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/11 04:59:09 UTC

[GitHub] [pulsar-client-go] merlimat opened a new pull request #277: Increase writeRequestsCh channel buffer size

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


   ### Motivation
   
   This channel is used to pass data from producers to the connection go routine. It can become contended or blocking if we have multiple partition produces writing on a single connection. In general it's good to keep this above the number of partition producers assigned to a single connection.


----------------------------------------------------------------
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] wolfstudy merged pull request #277: Increase writeRequestsCh channel buffer size

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


   


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