Ivan Andika created RATIS-1898:
----------------------------------
Summary: Netty to use EpollEventLoopGroup by default
Key: RATIS-1898
URL: https://issues.apache.org/jira/browse/RATIS-1898
Project: Ratis
Issue Type: Improvement
Reporter: Ivan Andika
Assignee: Ivan Andika
>From my understanding, `EpollEventLoopGroup` has better performance in
>`NioEventLoopGroup`. The only reason to use `NioEventLoopGroup` is if the
>underlying OS does not support it (`EpollEventLoopGroup` is only supported in
>Linux).
>From the one of the core developer of Netty (Norman Maurer):
https://stackoverflow.com/questions/35568365/netty-epolleventloopgroup-vs-nioeventloopgroup-which-should-i-choose-on-centos
--
This message was sent by Atlassian Jira
(v8.20.10#820010)