apache / rocketmq-mqtt

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
181 stars 63 forks source link

feat: use shared Netty event loop for TCP/TCP over TLS/Web Socket #258

Closed lizhanhui closed 5 months ago

lizhanhui commented 5 months ago

There is no need to duplicate Netty event loop for multiple passive listening socket.

ChangingFond commented 5 months ago

avoid to create redundant netty thread, right?

lizhanhui commented 5 months ago

avoid to create redundant netty thread, right?

and epoll/iocp/kqueue instances