hpgrahsl / kafka-connect-mongodb

**Unofficial / Community** Kafka Connect MongoDB Sink Connector -> integrated 2019 into the official MongoDB Kafka Connector here: https://www.mongodb.com/kafka-connector
Apache License 2.0
153 stars 60 forks source link

check CDC compatibility with Debezium SQL Server connector events #50

Closed hpgrahsl closed 5 years ago

hpgrahsl commented 6 years ago

Debezium introduced at least preliminary/preview support in the 0.9 release, see:

Setup a running local SQL Server environment to test compatibility with the current CDC events. The following links should be helpful:

hpgrahsl commented 6 years ago

successfully tested using DBZ 0.9.0 with the source connector setup and SQL server like described in https://github.com/debezium/debezium-examples/tree/master/tutorial#using-sql-server

hpgrahsl commented 5 years ago

according to user reporting back the DBZ SQL Server CDC format can be successfully processed. see #82