You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finagle-netty4: Add epollEventLoopGroupClassName flag
Problem
We need to be able to use custom implementation of event loop, e.g. with
additional logging or metrics.
Solution
Add com.twitter.finagle.netty4.epollEventLoopGroupClassName flag. It
specifies the full classname that should be used instead of default netty
implementation.
JIRA Issues: STOR-8478
Differential Revision: https://phabricator.twitter.biz/D1185136
0 commit comments