From 15fb13f956fd292371f4b7f9bf1cb9aa12a1b36a Mon Sep 17 00:00:00 2001 From: Jordan Smith <45415425+jordan-smith721@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:33:14 -0700 Subject: [PATCH] add docker note (#253) (cherry picked from commit e92f1152e7f702431c55ba34bb9ec79b9418ae91) --- source/connect/connection-targets.txt | 4 ++++ 1 file changed, 4 insertions(+) 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