From 7bf7613db61c605c7d2a0600e327d63dec4f59f3 Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 3 Mar 2025 11:21:48 -0500 Subject: [PATCH 1/3] DOCSP-47044: Polling DNS SRV records --- dbx/srv-polling.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dbx/srv-polling.rst diff --git a/dbx/srv-polling.rst b/dbx/srv-polling.rst new file mode 100644 index 0000000..17093ed --- /dev/null +++ b/dbx/srv-polling.rst @@ -0,0 +1,14 @@ +DNS Service Discovery +--------------------- + +To use DNS service discovery to look up the DNS SRV record of the service you're connecting to, +specify the SRV connection format in your connection string. Additionally, if you enable +the SRV connection format, the {+driver-short+} automatically re-scans for new hosts without +having to change the client configuration. + +The following code shows a connection string that uses the SRV connection format: + +|srv-uri| + +To learn more about the SRV connection format, see the :manual:`SRV Connection Format ` +entry in the {+mdb-server+} manual. \ No newline at end of file From 1071056ff222dfe9662dc5a6cca4ccad962ba10c Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 3 Mar 2025 11:40:09 -0500 Subject: [PATCH 2/3] remove header --- dbx/srv-polling.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/dbx/srv-polling.rst b/dbx/srv-polling.rst index 17093ed..8752e6e 100644 --- a/dbx/srv-polling.rst +++ b/dbx/srv-polling.rst @@ -1,6 +1,3 @@ -DNS Service Discovery ---------------------- - To use DNS service discovery to look up the DNS SRV record of the service you're connecting to, specify the SRV connection format in your connection string. Additionally, if you enable the SRV connection format, the {+driver-short+} automatically re-scans for new hosts without From 80171dbb1d58644446a32d5e099b15d3f8e4cfe9 Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 3 Mar 2025 16:00:25 -0500 Subject: [PATCH 3/3] MW feedback --- dbx/srv-polling.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dbx/srv-polling.rst b/dbx/srv-polling.rst index 8752e6e..d212020 100644 --- a/dbx/srv-polling.rst +++ b/dbx/srv-polling.rst @@ -1,7 +1,7 @@ To use DNS service discovery to look up the DNS SRV record of the service you're connecting to, -specify the SRV connection format in your connection string. Additionally, if you enable -the SRV connection format, the {+driver-short+} automatically re-scans for new hosts without -having to change the client configuration. +specify the SRV connection format in your connection string. If you specify this format, +the {+driver-short+} automatically rescans for new hosts. Your deployment can add hosts to its +topology without requiring changes in your client configuration. The following code shows a connection string that uses the SRV connection format: