-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kafka Connect: Add SMTs for Debezium and AWS DMS #11936
base: main
Are you sure you want to change the base?
Conversation
dependencies { | ||
implementation project(path: ':iceberg-bundled-guava', configuration: 'shadow') | ||
implementation libs.bson | ||
// implementation libs.slf4j //TODO DISABLED! do we need this?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commented out this. not sure if its needed?
@@ -242,3 +243,19 @@ project(':iceberg-kafka-connect:iceberg-kafka-connect-runtime') { | |||
|
|||
assemble.dependsOn distZip, hiveDistZip | |||
} | |||
|
|||
project(':iceberg-kafka-connect:iceberg-kafka-connect-transforms') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question, what is the recommended way to keep the commit history or previous committers? using co author feature?
as is git history and previous commiters are not copied over.
resolves #10844
resolves #11914
Copied over kafka-connect-transforms code. no code changes made
applied code formatting
and updated build.gradle accordingly
cc: @bryanck could you please take look at this when you have chance?