We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e5c5b commit e92f115Copy full SHA for e92f115
source/connect/connection-targets.txt
@@ -164,6 +164,10 @@ tab to see the corresponding code:
164
uri = "mongodb://host1:27017/?replicaSet=sampleRS"
165
client = AsyncMongoClient(uri)
166
167
+.. note:: Replica Set in Docker
168
+
169
+ .. sharedinclude:: dbx/docker-replica-set.rst
170
171
{+driver-short+} evenly load balances operations across deployments that are reachable
172
within the client's ``localThresholdMS`` value. To learn more about how {+driver-short+} load
173
balances operations across multiple MongoDB deployments, see the
0 commit comments