Skip to content

Commit eeeccfc

Browse files
committed
fix for #6542
1 parent 1ef2d45 commit eeeccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect/connect-debezium-mongodb-source/debezium-mongodb-source-incremental-snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ playground connector create-or-update --connector debezium-mongodb-source << EO
9696
"_comment": "old version before 2.4.x",
9797
"mongodb.hosts": "debezium/mongodb:27017",
9898
"_comment": "new version since 2.4.x",
99-
"mongodb.connection.string": "mongodb://mongodb:27017",
99+
"mongodb.connection.string": "mongodb://mongodb:27017/?replicaSet=debezium",
100100
101101
"_comment": "old version before 2.x",
102102
"mongodb.name": "dbserver1",

0 commit comments

Comments
 (0)