-
Notifications
You must be signed in to change notification settings - Fork 680
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
Add support for DNS SRV lookups #341
base: master
Are you sure you want to change the base?
Conversation
45e7db1
to
1c9ae3a
Compare
@michaelshobbs it took me far longer to complete this than I originally intended, but at last, it is ready to go. :-) |
a3f99c4
to
96b908c
Compare
No worries. Thanks for the contribution |
@michaelshobbs what do you need before this can be merged? |
CHANGELOG.md
Outdated
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. | |||
### Fixed | |||
|
|||
### Added | |||
- @mhamann: Enabled DNS SRV lookups for all transports (e.g. lookups via Consul) |
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.
This section is just a template for the release process. Please remove this line. I'll summarize all changes upon release.
@michaelshobbs can this get merged please? |
this PR has merge conflicts. happy to merge once the feedback and conflicts are resolved. |
@ChrisLahaye I've since moved my environment to Kubernetes. Between k8s services and kube-dns, I no longer need SRV lookups. I believe I'd originally resolved conflicts and addressed review comments, but I guess it must've fallen through the cracks. Not sure I'll have time to fix this up again, but would be happy for someone else to handle it. Seems like it would still be a good contribution. |
Fixes #270