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


   #### Motivation
   The pulsar executor pool size number is hard code to `20` when pulsar 
service start, it should be configurable in broker.conf.
   ```
   private final ScheduledExecutorService executor = 
Executors.newScheduledThreadPool(20,
               new DefaultThreadFactory("pulsar"));
   ```
   
   #### Changes
   make the executor pool size configurable in broker.conf


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