We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9a2c7 commit bd1e824Copy full SHA for bd1e824
java/connector-node/risingwave-connector-service/src/main/resources/mongodb.properties
@@ -14,7 +14,7 @@ capture.mode=${debezium.capture.mode:-change_streams_update_full}
14
# disable tombstones event
15
tombstones.on.delete=${debezium.tombstones.on.delete:-false}
16
# The number of milliseconds the driver will wait before a new connection attempt is aborted.
17
-mongodb.connect.timeout.ms={debezium.mongodb.connect.timeout.ms:-15000}
+mongodb.connect.timeout.ms=${debezium.mongodb.connect.timeout.ms:-15000}
18
# The frequency that the cluster monitor attempts to reach each server.
19
mongodb.heartbeat.frequency.ms=${debezium.mongodb.heartbeat.frequency.ms:-10000}
20
0 commit comments