poorbarcode commented on PR #20583: URL: https://github.com/apache/pulsar/pull/20583#issuecomment-1594220045
@TakaHiR07 There are three clients in your example, the pulsar client maintains its own connection pool, which means the `client1` will not use the same connection as `client2` or `client3`. The code you changed is the code of `ServerCnx`(this object is not shared across multi clients), so it will not affect other consumers of other clients -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
