merlimat commented on issue #1821: Closing client when Proxyconnection is disconnected URL: https://github.com/apache/incubator-pulsar/pull/1821#issuecomment-394029650 > But we still need one connection pool per proxy connection since the broker authenticates the client and the proxy if forwardAuthorizationCredentials is set to true and then the connection remains open throughout the lifetime of the proxy connection. I think the term "connection pool" is actually misleading. Proxy uses a 1-1 connections matching between (client -> proxy) and (proxy -> broker). No pooling is required, but rather just opening new connection each time.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
