Skip to content

Commit 7bf7613

Browse files
committed
DOCSP-47044: Polling DNS SRV records
1 parent 1fe2be8 commit 7bf7613

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dbx/srv-polling.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
DNS Service Discovery
2+
---------------------
3+
4+
To use DNS service discovery to look up the DNS SRV record of the service you're connecting to,
5+
specify the SRV connection format in your connection string. Additionally, if you enable
6+
the SRV connection format, the {+driver-short+} automatically re-scans for new hosts without
7+
having to change the client configuration.
8+
9+
The following code shows a connection string that uses the SRV connection format:
10+
11+
|srv-uri|
12+
13+
To learn more about the SRV connection format, see the :manual:`SRV Connection Format </reference/connection-string/#std-label-connections-dns-seedlist>`
14+
entry in the {+mdb-server+} manual.

0 commit comments

Comments
 (0)