You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/18 17:21:15 UTC

[GitHub] [pulsar-client-go] merlimat opened a new pull request #285: Use maxPendingMessages for sizing producer eventsChan

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


   ### Motivation
   
   When multiple go-routines are sharing the same producer instance, there will be contention and blocking on the channel that is used to dispatch to the partition handler.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar-client-go] merlimat merged pull request #285: Use maxPendingMessages for sizing producer eventsChan

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #285:
URL: https://github.com/apache/pulsar-client-go/pull/285


   


----------------------------------------------------------------
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:
users@infra.apache.org