Skip to content

Commit 91b94bc

Browse files
add docker note (#253) (#259)
(cherry picked from commit e92f115) Co-authored-by: Jordan Smith <45415425+jordan-smith721@users.noreply.github.com>
1 parent 8a70b80 commit 91b94bc

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
@@ -164,6 +164,10 @@ tab to see the corresponding code:
164164
uri = "mongodb://host1:27017/?replicaSet=sampleRS"
165165
client = AsyncMongoClient(uri)
166166

167+
.. note:: Replica Set in Docker
168+
169+
.. sharedinclude:: dbx/docker-replica-set.rst
170+
167171
{+driver-short+} evenly load balances operations across deployments that are reachable
168172
within the client's ``localThresholdMS`` value. To learn more about how {+driver-short+} load
169173
balances operations across multiple MongoDB deployments, see the

0 commit comments

Comments
 (0)