Francesco Nigro created ARTEMIS-3131:
----------------------------------------
Summary: NettyAcceptors and NettyConnectors aren't sharing
EventLoopGroups
Key: ARTEMIS-3131
URL: https://issues.apache.org/jira/browse/ARTEMIS-3131
Project: ActiveMQ Artemis
Issue Type: Improvement
Reporter: Francesco Nigro
Assignee: Francesco Nigro
Currently a broker started with N acceptors are creating N EventLoopGroups that
means creating N x (3 x cores) different event loops/threads.
Same is happening with the NettyConnectors.
Ideally both should share any existing EventLoopGroup to save creating too many
threads and waste unnecessary resources.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)