blankensteiner commented on issue #92:
URL: https://github.com/apache/pulsar-dotpulsar/issues/92#issuecomment-946131329


   Hi @VisualBean. It depends on the usage but I can share some info. The 
client and its consumers, producers, and readers are all thread-safe. The 
client has a connection pool and all consumers, producers, and readers 
accessing the same broker will share the same TCP connection. The consumers, 
producers, and readers can (with the default exception handling) go into the 
'Faulted' state and then you have to create a new consumer/producer/reader.
   I hope that helps you with the singleton/scoped/transient questions.
   In regards to JWT, DotPulsar just forwards it to the broker, there are 
currently no plans of creating tokens. Are the other clients supporting that?


-- 
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: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to