databricks / iceberg-kafka-connect

Apache License 2.0
213 stars 47 forks source link

add txid to _cdc_ metadata #271

Open syook-r7 opened 3 months ago

syook-r7 commented 3 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