Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions dbx/srv-polling.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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. 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:

|srv-uri|

To learn more about the SRV connection format, see the :manual:`SRV Connection Format </reference/connection-string/#std-label-connections-dns-seedlist>`
entry in the {+mdb-server+} manual.