From 9d2af6c5dfa9c0c49deda5288cb678dced9337e9 Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Tue, 8 Jul 2025 16:49:30 -0400 Subject: [PATCH 1/2] DOCSP-47007 DNS Service Discovery --- 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 db876914..987ac363 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -124,6 +124,17 @@ following behavior: .. sharedinclude:: dbx/docker-replica-set.rst +DNS Service Discovery +--------------------- + +.. sharedinclude:: dbx/srv-polling.rst + + .. replacement:: srv-uri + + .. code-block:: go + + uri := "mongodb+srv:///" + API Documentation ----------------- From 86598ebaa99eb7e5e9c9612485b931e9e691f96d Mon Sep 17 00:00:00 2001 From: Lindsey Moore Date: Tue, 8 Jul 2025 17:03:06 -0400 Subject: [PATCH 2/2] slow build --- source/connect/connection-targets.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/source/connect/connection-targets.txt b/source/connect/connection-targets.txt index 987ac363..80e2410a 100644 --- a/source/connect/connection-targets.txt +++ b/source/connect/connection-targets.txt @@ -145,4 +145,3 @@ To learn more about connecting to different MongoDB instances with a - `options `__ - `connect `__ - `readPreference `__ -