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/03 18:29:38 UTC

[GitHub] [pulsar-client-go] merlimat commented on issue #265: High cpu press because of the default BatchingMaxPublishDelay

merlimat commented on issue #265:
URL: https://github.com/apache/pulsar-client-go/issues/265#issuecomment-638381043


   Yes, it will not affect the publish latency of `Send()` operations.
   
   There are few possible improvements here: 
    1. Do not schedule the task until the first `SendAsync()` call
    2. Share the same ticker for multiple producers (maybe using a pool of them)
   
   


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