Skip to content

Commit e118b05

Browse files
authored
Merge pull request #93 from norareidy/DOCSP-47044-polling-srv
DOCSP-47044: Polling DNS SRV records
2 parents 5c35dcc + 80171db commit e118b05

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dbx/srv-polling.rst

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

0 commit comments

Comments
 (0)