Skip to content

Commit ee818c5

Browse files
add docker note (#253) (#255)
(cherry picked from commit e92f115) Co-authored-by: Jordan Smith <[email protected]>
1 parent 45b19eb commit ee818c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/connect/connection-targets.txt

Lines changed: 4 additions & 0 deletions
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)