Skip to content

Commit 084592c

Browse files
committed
Fix
1 parent da5540b commit 084592c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/fundamentals/cdc/debezium.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CDC events from each of the preceding datastores:
2525
database=<your mongodb database>
2626
collection=<your mongodb collection>
2727
topics=<topic containing debezium cdc events>
28-
change.data.capture.handler=change.data.capture.handler=com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.ChangeStreamHandler
28+
change.data.capture.handler=com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.ChangeStreamHandler
2929
3030
.. note::
3131
If you are using a Debezium CDC version earlier than 2.0, set the value of the

0 commit comments

Comments
 (0)