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
Redis , Hazelcast uses asynchronous library correctly but use sync api to publish and read which may affect the performance by blocking netty event loop.
Description
Redis , Hazelcast uses asynchronous library correctly but use sync api to publish and read which may affect the performance by blocking netty event loop.
Fix
Verify the behaviour and change it to async api