addisonj opened a new pull request #12245:
URL: https://github.com/apache/pulsar/pull/12245


   Currently, the Pulsar Proxy creates a new PulsarClientImpl with a new
   instance of the client authentication plugin.
   
   For certain client auth implementations, this can cause issues. For
   example, if a client plugin needs to generate a token and then cache and
   re-use it (which is very common with typical Pulsar client usage) this
   pattern breaks, because the client auth plugin is tied to the
   lifecycle of the connection and not the more "singleton" usage of the
   Pulsar client.
   
   Arguably, we should instead figure out how to re-use the entire Pulsar
   client, but that likely has more complexity, instead this "quick fix"
   will get one of the most obvious cases solved.
   
   


-- 
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]


Reply via email to