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/10/20 20:31:44 UTC

[GitHub] [pulsar-client-go] vergnes opened a new issue #382: Update default router to switch partition on all batching thresholds

vergnes opened a new issue #382:
URL: https://github.com/apache/pulsar-client-go/issues/382


   **Is your feature request related to a problem? Please describe.**
   The default router switches to another partition if the max delay to publish has elapsed but not for other threshold such as max number of messages or max number of bytes. The consequence is that even though there are multiple partitions this router does not leverage them. It is problematic when a partition is rate limited typically the router will continue to use the current partition until the max delay to publish has elapsed which impacts the overall performance.
   
   **Describe the solution you'd like**
   The solution is to update the default router to switch partition with one of the threshold is reached (number of messages, number of bytes, max delay to publish)
   
   **Describe alternatives you've considered**
   NA
   
   **Additional context**
   NA
   


----------------------------------------------------------------
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 commented on issue #382: Update default router to switch partition on all batching thresholds

Posted by GitBox <gi...@apache.org>.
wolfstudy commented on issue #382:
URL: https://github.com/apache/pulsar-client-go/issues/382#issuecomment-714256519


   The issue has been fixed in https://github.com/apache/pulsar-client-go/pull/383, will close it.


----------------------------------------------------------------
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 closed issue #382: Update default router to switch partition on all batching thresholds

Posted by GitBox <gi...@apache.org>.
wolfstudy closed issue #382:
URL: https://github.com/apache/pulsar-client-go/issues/382


   


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