Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhamann
Copy link

@mhamann mhamann commented Oct 20, 2017

Fixes #270

@mhamann mhamann force-pushed the master branch 3 times, most recently from 45e7db1 to 1c9ae3a Compare October 20, 2017 15:04
@mhamann
Copy link
Author

mhamann commented Oct 20, 2017

@michaelshobbs it took me far longer to complete this than I originally intended, but at last, it is ready to go. :-)

@mhamann mhamann force-pushed the master branch 2 times, most recently from a3f99c4 to 96b908c Compare October 20, 2017 15:33
@michaelshobbs
Copy link
Member

No worries. Thanks for the contribution

@mhamann
Copy link
Author

mhamann commented Nov 5, 2017

@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)
Copy link
Member

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.

@ChrisLahaye
Copy link

@michaelshobbs can this get merged please?
@mhamann are you still using service discovery in logspout, what are you using instead?

@michaelshobbs
Copy link
Member

this PR has merge conflicts. happy to merge once the feedback and conflicts are resolved.

@mhamann
Copy link
Author

mhamann commented Jul 14, 2019

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RouteManager not looking up DNS SRV records
3 participants