-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
Currently all cache operations are being executed in the NioEventLoopGroup.
Threads from this event loop group are responsible to process IO events from one or more channels and if it's blocked by one cache operation, all channels will stop processing events.
We should not block on IO threads but rather on a separate executor.