tabular-io / iceberg-kafka-connect

Apache License 2.0
177 stars 32 forks source link

add txid to _cdc_ metadata #271

Open syook-r7 opened 2 weeks ago

syook-r7 commented 2 weeks 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