merlimat opened a new pull request #2603: Share EventLoopGroup between Broker 
and BK client
URL: https://github.com/apache/incubator-pulsar/pull/2603
 
 
   ### Motivation
   
   Share the Netty `EventLoopGroup` thread pool between Pulsar broker and 
BookKeeper client. 
   
   Since broker and bk client are running in same process, we can reduce the 
number of needed threads by having them sharing the same IO thread pool.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to