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/03/23 22:06:00 UTC

[GitHub] [pulsar-client-go] jerrypeng opened a new pull request #204: Fix: Go Producer produce to only one partition

jerrypeng opened a new pull request #204: Fix: Go Producer produce to only one partition
URL: https://github.com/apache/pulsar-client-go/pull/204
 
 
   
   ### Motivation
   
   Currently, the Go producer will only produce to a single partition if BatchingMaxPublishDelay is not specified.  BatchingMaxPublishDelay will be zero and the logic in the DefaultRouter will always select partition 0.
   

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


With regards,
Apache Git Services

[GitHub] [pulsar-client-go] jerrypeng closed pull request #204: Fix: Go Producer produce to only one partition

Posted by GitBox <gi...@apache.org>.
jerrypeng closed pull request #204: Fix: Go Producer produce to only one partition
URL: https://github.com/apache/pulsar-client-go/pull/204
 
 
   

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


With regards,
Apache Git Services