Skip to content
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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ismailsimsek
Copy link
Contributor

@ismailsimsek ismailsimsek commented Jan 9, 2025

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?

dependencies {
implementation project(path: ':iceberg-bundled-guava', configuration: 'shadow')
implementation libs.bson
// implementation libs.slf4j //TODO DISABLED! do we need this??
Copy link
Contributor Author

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') {
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant