lightbend / service-locator-dns

This project is deprecated
Other
60 stars 20 forks source link

Implement support for translating srv records after they are looked up #10

Closed longshorej closed 7 years ago

longshorej commented 7 years ago

This PR adds the ability to translate an SRV name after it is queries for but before it is parsed for protocol.

This allows you to e.g. query Kubernetes for TCP services and have that be rewritten to HTTP.

Fixes #7