]
Galder Zamarreño updated ISPN-3935:
-----------------------------------
Fix Version/s: (was: 7.0.0.Final)
True Async remote clients (HotRod, etc) API
-------------------------------------------
Key: ISPN-3935
URL:
https://issues.jboss.org/browse/ISPN-3935
Project: Infinispan
Issue Type: Feature Request
Components: Remote Protocols
Affects Versions: 6.0.1.Final
Reporter: Alexander Furer
Priority: Minor
Current RemoteCache xxxAsync methods are pseudo-async, they don't relay on NIO but
just execute sync method version in separate thread.
Please make them real async by supporting async operations at transport layer.