We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084592c commit 5fa6a17Copy full SHA for 5fa6a17
source/includes/fundamentals/cdc/debezium.rst
@@ -28,6 +28,7 @@ CDC events from each of the preceding datastores:
28
change.data.capture.handler=com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.ChangeStreamHandler
29
30
.. note::
31
+
32
If you are using a Debezium CDC version earlier than 2.0, set the value of the
33
``change.data.capture.handler`` property to ``com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.MongoDbHandler``.
34
0 commit comments