diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index e6f25ee1..7286bf1f 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -103,6 +103,10 @@ hosts, including ``host1``: uri = "mongodb://host1:27017/?replicaSet=sampleRS" client = MongoClient(uri) +.. note:: Replica Set in Docker + + .. sharedinclude:: dbx/docker-replica-set.rst + {+driver-short+} evenly load balances operations across deployments that are reachable within the client's ``localThresholdMS`` value. To learn more about how {+driver-short+} load balances operations across multiple MongoDB deployments, see the