merlimat opened a new pull request #161: Fixed the connection pool logic URL: https://github.com/apache/pulsar-client-go/pull/161 ### Motivation The PR #146 has completely broken the connection pool logic. Closed/failed connection are not being evicted from the pool anymore, resulting in permanent failures with no recovery. The change in #146 added an unnecessary flag throughout the code. We just need to check whether the physical address is the same as the logical address. The only part missing was to the pass the hostname to the proxy when needed.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
