Skip to content

datalake: add cdc_key_value iceberg mode#30206

Draft
andrwng wants to merge 1 commit into
awong/iceberg-v2/debeziumfrom
awong/iceberg-v2/cdc-key-value
Draft

datalake: add cdc_key_value iceberg mode#30206
andrwng wants to merge 1 commit into
awong/iceberg-v2/debeziumfrom
awong/iceberg-v2/cdc-key-value

Conversation

@andrwng
Copy link
Copy Markdown
Contributor

@andrwng andrwng commented Apr 16, 2026

Add cdc_key_value_translator that interprets the record key as the
equality delete key and the value as the data payload, producing both
data rows and delete keys without requiring a schema registry. This
enables simple CDC use cases where the key naturally identifies the
row to upsert or delete.


Stack created with GitHub Stacks CLIGive Feedback 💬

Add cdc_key_value_translator that interprets the record key as the
equality delete key and the value as the data payload, producing both
data rows and delete keys without requiring a schema registry. This
enables simple CDC use cases where the key naturally identifies the
row to upsert or delete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant