Hi Norman, A non-blocking DNS resolver, good use-case.
Clearly the system configured name servers are of interest too ( I bring it up since your specific request is about search domains )? Search domains are only part of the problem. I assume you can retrieve the name servers through the JDNI API, and are relatively happy with that? -Chris. On 26/09/18 11:42, Norman Maurer wrote:
Yeah… In netty we an DNS resolver implementation that is completely non-blocking and for this we need it to correctly resolve in some cases. Blocking DNS resolution just doesn’t “cut it” when you use non-blocking IO and also need to resolve a lot of stuff during connect etc.