hangc0276 opened a new pull request #8090:
URL: https://github.com/apache/pulsar/pull/8090


   ### Motivation
   In pulser-perf producer, the default pulsar client ioThread number is 
`Runtime.getRuntime().availableProcessors()` and can't be configured in 
commandline. When running pulsar-perf producer, it may cause message enqueue 
competition and lead to high produce latency.
   
   ### Changes
   1. make ioThread number configurable in commandline
   2. change the default ioThead number from 
`Runtime.getRuntime().availableProcessors()` to `1`


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


Reply via email to