You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a consumer of my CDC event stream (Kafka topic), with table cdc enabled and collection types (LIST, SET, MAP) and UDT used, I'd like to receive change data of all columns of the *_cdc_log record, incl. collection type + UDT fields.
This would allow me to utilise the change event for stream processing as no data is omitted.
Example use cases:
any consumer for a table cdc event where collection type / UDT cols have changed
pkgonan, shaz1v, brbrown25, kirito73, jgrimes and 4 more