mongo-kafka icon indicating copy to clipboard operation
mongo-kafka copied to clipboard

Support Debezium CDC change stream events

Open oun opened this issue 3 years ago • 2 comments

KAFKA-300 Debezium 1.8 support change stream in capture.mode config. The message format for update cdc event is different from oplog mode. Other events are still working with existing code. This PR add new handler class to handle change stream event with full document (debezium capture.mode set to change_streams_update_full).

oun avatar Jun 24 '22 06:06 oun

Thanks @oun for the PR

rozza avatar Jul 11 '22 09:07 rozza

I'm waiting for this PR to be merged.

danhelending avatar Jul 13 '22 02:07 danhelending