We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9b8c2 commit 302565cCopy full SHA for 302565c
source/connect/connection-targets.txt
@@ -100,6 +100,13 @@ hosts, including ``host1``:
100
:start-after: // start-replica-set-connection-rs-name
101
:end-before: // end-replica-set-connection-rs-name
102
103
+.. note:: Specifying the Replica Set Name
104
+
105
+ Although the driver can automatically discover replica set members without specifying
106
+ the hostnames of all members or the replica set name, we recommend specifying the
107
+ replica set name to avoid corner cases where the replica set will not initialize
108
+ correctly.
109
110
The {+driver-short+} evenly load balances operations across deployments that are reachable
111
within the client's ``localThresholdMS`` value. To learn more about how the {+driver-short+} load
112
balances operations across multiple MongoDB deployments, see the
0 commit comments