merlimat opened a new pull request #286:
URL: https://github.com/apache/pulsar-client-go/pull/286


   ### Motivation
   
   Multiple go-routines sharing a single producers are experiencing contention 
on the partitioned producer mutex that we acquire while using the router.
   
   The mutex is there to protect the updates on the list of partitions, but we 
can optimize that away.


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


Reply via email to