From 1bf6852cd94ac5a3726f63ed6c5e6752cfb10447 Mon Sep 17 00:00:00 2001 From: Michael Morisi Date: Tue, 8 Jul 2025 09:39:18 -0400 Subject: [PATCH] DOCSP-51345: Document polling SRV records --- source/connect/connection-targets.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index f0332efd..f84f30c4 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -122,3 +122,14 @@ The following examples show how to connect to a MongoDB replica set running on p .. note:: Replica Set in Docker .. sharedinclude:: dbx/docker-replica-set.rst + +DNS Service Discovery +--------------------- + +.. sharedinclude:: dbx/srv-polling.rst + + .. replacement:: srv-uri + + .. code-block:: kotlin + + val uri = "mongodb+srv:///" \ No newline at end of file