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
The RpcCallHandler is not assigned a thread pool, which means only a single request can be handled concurrently. This is a show stopper for high throughput systems.
To process the request asynchronously, use the addAfter overload that takes an EventExecutorGroup: