### 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. [ Full content available at: https://github.com/apache/incubator-pulsar/pull/2603 ] This message was relayed via gitbox.apache.org for [email protected]
