BTW I am happy to open an enhancement request for this with more details . Just wanted to check in first here :)
Just let me know if I should do or not. Bye Norman > On 26. Sep 2018, at 13:15, Norman Maurer <norman.mau...@googlemail.com> wrote: > > Yeah preferable a method for both but JNDI works for the nameservers for now. > >> Am 26.09.2018 um 13:06 schrieb Chris Hegarty <chris.hega...@oracle.com>: >> >> 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.