You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>`
0 commit comments