-
Notifications
You must be signed in to change notification settings - Fork 47
DOCSP-47044: Polling DNS SRV records #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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. Additionally, if you enable | ||||||||||
the SRV connection format, the {+driver-short+} automatically re-scans for new hosts without | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s:
Suggested change
|
||||||||||
having to change the client configuration. | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this syntax is a little odd. it makes it sound like the driver (subject of the sentence) is the thing that has to or doesn't have to change the config, even though it's the user who does that. what if we just ditch the last part?
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I added an extra sentence that's hopefully more clear, let me know what you think |
||||||||||
|
||||||||||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no hyphen here AFAICT