From a798995c224b4b362a11f394c2c4da576c228319 Mon Sep 17 00:00:00 2001 From: roldanbob Date: Fri, 21 Jul 2023 17:39:53 -0400 Subject: [PATCH] DBZ-6591 Add xref to connector property Adds link to the `mongodb.connection.string.shard.params` property --- documentation/modules/ROOT/pages/connectors/mongodb.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/connectors/mongodb.adoc b/documentation/modules/ROOT/pages/connectors/mongodb.adoc index d8ecb1794..93efe659a 100644 --- a/documentation/modules/ROOT/pages/connectors/mongodb.adoc +++ b/documentation/modules/ROOT/pages/connectors/mongodb.adoc @@ -125,7 +125,7 @@ Set the read preference based on the connection mode, as shown in the following In a sharded cluster, the connector first initiates a connection to the mongos router specified in the `mongodb.connection.string`. For that initial connection, regardless of the connection mode, the connector honors the read preferences that are specified in the `mongodb.connection.string`. When the connection mode is set to `replica_set`, after the connector establishes the initial router connection, it retrieves topology information from the router's `config.shards`. -It then uses the retrieved shard addresses to connect to individual shards in the cluster, constructing connection strings that use the connection parameters in `mongodb.connection.string.shard.params`. +It then uses the retrieved shard addresses to connect to individual shards in the cluster, constructing connection strings that use the connection parameters in xref:mongodb-property-mongodb-connection-string-shard-params[`mongodb.connection.string.shard.params`]. For shard-specific connections, the connector ignores the read preferences that are set in the `mongodb.connection.string`. // Type: assembly