databricks / iceberg-kafka-connect

Apache License 2.0
219 stars 49 forks source link

add txid to _cdc_ metadata #271

Open syook-r7 opened 4 months ago

syook-r7 commented 4 months ago

cdc metadata field missing txid which could be very critical information to check if certain transaction includes all required events. This PR is to add transaction id to cdc metadata field.

This PR addresses the issue: https://github.com/tabular-io/iceberg-kafka-connect/issues/272