spring-cloud-commons
spring-cloud-commons copied to clipboard
Create DNS SRV record DiscoveryClient
https://stackoverflow.com/questions/10138844/java-dns-lookup-for-srv-records
https://github.com/dnsjava/dnsjava
https://search.maven.org/search?q=g:dnsjava%20AND%20a:dnsjava&core=gav
https://javadoc.io/doc/dnsjava/dnsjava/2.1.9
Interested in tackling this
I did some research on this and dnsjava implementation seems dated. Netty has promising dns resolver which should fit better for non-blocking implementation https://netty.io/5.0/api/io/netty/resolver/dns/DnsNameResolver.html.
https://openjdk.org/jeps/418 via @joshlong