]
Radim Vansa updated ISPN-3935:
------------------------------
Status: Open (was: Pull Request Sent)
We'll design a new Java 8 based HotRod client that will offer async operations in more
convenient and standard way.
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
Assignee: Radim Vansa
Priority: Minor
Fix For: 7.0.0.Final
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.