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 da5540b commit 084592cCopy full SHA for 084592c
source/includes/fundamentals/cdc/debezium.rst
@@ -25,7 +25,7 @@ CDC events from each of the preceding datastores:
25
database=<your mongodb database>
26
collection=<your mongodb collection>
27
topics=<topic containing debezium cdc events>
28
- change.data.capture.handler=change.data.capture.handler=com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.ChangeStreamHandler
+ change.data.capture.handler=com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.ChangeStreamHandler
29
30
.. note::
31
If you are using a Debezium CDC version earlier than 2.0, set the value of the
0 commit comments