Skip to content

Commit 94e2d5b

Browse files
add docker note (#253) (#257)
(cherry picked from commit e92f115) Co-authored-by: Jordan Smith <[email protected]>
1 parent fdd7077 commit 94e2d5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: source/connect/connection-targets.txt

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ hosts, including ``host1``:
103103
uri = "mongodb://host1:27017/?replicaSet=sampleRS"
104104
client = MongoClient(uri)
105105

106+
.. note:: Replica Set in Docker
107+
108+
.. sharedinclude:: dbx/docker-replica-set.rst
109+
106110
{+driver-short+} evenly load balances operations across deployments that are reachable
107111
within the client's ``localThresholdMS`` value. To learn more about how {+driver-short+} load
108112
balances operations across multiple MongoDB deployments, see the

0 commit comments

Comments
 (0)