-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
The RemoteCacheImpl class currently employs blocking while performing entry retrieval. We should able to change this to be fully non blocking, be server segment aware and perform retrieval in parallel across all needed servers.
We will have to add rxjava and reactive streams to the list of dependencies unfortunately, but is well worth it.