RE: Question about DNSResolver

2019-07-02 Thread Joan grupoventus
Hi, Ok, solved. Instead of implementing a DNS resolver extending the SystemDefaultDnsResolver. Thanks, Joan. -Original Message- From: Joan grupoventus Sent: Tuesday, July 2, 2019 3:57 PM To: 'HttpClient User Discussion' Subject: Question about DNSResolver Hello, We have an http poo

Question about DNSResolver

2019-07-02 Thread Joan grupoventus
Hello, � We have an http pool that is shared by 2 apis: � - The api “A” load balances requests by IP address against a farm of internal servers. In this case we want to resolve the ip addresses by using an in memory dns resolver, and thus bypassing the JRE hostname resolution. - The api “B