LvBay opened a new issue #265: URL: https://github.com/apache/pulsar-client-go/issues/265
#### Expected behavior When using the default configuration to create producers, it shows lower CPU usage #### Actual behavior When I create producers for two topics with 61 partitions, the CPU usage is high #### Steps to reproduce 1. Create two topics with 61 partitions 2. Create failover producer with default configuration #### System configuration **Pulsar version**: docker image for latest When I checked pprof, I set BatchingMaxPublishDelay to 1s, and the situation improved. But how much is the default value? @wolfstudy ---------------------------------------------------------------- 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]
