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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support new compound shard key handling of Debezium Source Connector

hpgrahsl opened this issue · comments

When processing CDC events coming from Debezium's Source Connector for MongoDB there was a recent update which affects the handling how to encode the shard key of sharded collections in the payload. The corresponding PR was merged by now https://issues.redhat.com/browse/DBZ-1781.
Implement support for this in the sink connector according to the documentation which can be found in the DBZ docs.