-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Support RFC 2782 SRV lookups for prepared queries #14465
Support RFC 2782 SRV lookups for prepared queries #14465
Conversation
1df3610
to
90602ff
Compare
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.
I reviewed 14465.txt and dns.mdx on behalf of the consul-docs team. Just one minor suggestion! Otherwise LGTM!
Approving on behalf of the consul-docs team.
|
||
The `datacenter` is optional, and if not provided, the datacenter of this Consul | ||
agent is assumed. | ||
|
||
The `query or name` is the ID or given name of an existing | ||
The `query name or id` is the ID or given name of an existing |
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.
The `query name or id` is the ID or given name of an existing | |
The `query name or id` is the given name or ID of an existing |
Matching the order of fields/what they refer to.
Format: _<query id or name>._tcp.query[.<datacenter>].<domain>
90602ff
to
175489c
Compare
Closes #14143
Supported prepared query DNS lookups:
<query id or name>.query[.<datacenter>].<domain>
_<query id or name>._tcp.query[.<datacenter>].<domain>
Testing
Refer to included unit test changes