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

Test and enable consuming without event flattening #339

Closed
ismailsimsek opened this issue Jun 3, 2024 · 2 comments
Closed

Test and enable consuming without event flattening #339

ismailsimsek opened this issue Jun 3, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ismailsimsek
Copy link
Member

ismailsimsek commented Jun 3, 2024

After #232 and #233 it should be possible to run the consumer without unwrap

debezium.transforms=unwrap

Test and enable consuming without event flattening, currently its required configuration.

@ismailsimsek ismailsimsek added the enhancement New feature or request label Jun 3, 2024
@ismailsimsek ismailsimsek changed the title Test and enable consuming without event flattening, currently its enforced. Test and enable consuming without event flattening Jun 3, 2024
@ismailsimsek
Copy link
Member Author

Depends on #342

@ismailsimsek
Copy link
Member Author

Implemented with #342

Documented with #357

Without event flattening iceberg consumer can only run with append mode. Without event flattening upsert mode and
creation of identifier fields are not supported.

debezium.sink.iceberg.upsert=false
debezium.sink.iceberg.create-identifier-fields=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant