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:
[email protected]