Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Support for DNS name entry changes in UdpInlineSender #84

Open
gmalouf opened this issue Sep 14, 2019 · 0 comments
Open

Support for DNS name entry changes in UdpInlineSender #84

gmalouf opened this issue Sep 14, 2019 · 0 comments

Comments

@gmalouf
Copy link

gmalouf commented Sep 14, 2019

If the desire is for this client to be able to work with services that dynamically change their DNS name entries (many in AWS, GCP, etc), we need to update UdpInlineSender.

Inn UdpInlineSender, recreating the InetSocketAddress passed in to channel.send would allow for dynamic DNS resolution.

In the HTTP sender, I believe we are in good shape. The URL class's DNS lookup functionality (as strange as this is) is only used for equals and hashcode...hence opening each new connection as the code in this library does should result in fresh DNS lookups against JVM cache.

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

No branches or pull requests

1 participant