Never process incoming messages on the netty event loop thread pool.
Currently in a lot of places we are deserializing incoming messages on this threadpool and that could be significantly limiting throughput. Change-Id: I83eb7e91004cea4addb28bc28f27e50de10028fe
Showing
18 changed files
with
217 additions
and
151 deletions
-
Please register or login to post a comment