]
Dan Berindei updated ISPN-5484:
-------------------------------
Status: Pull Request Sent (was: Pull Request Sent)
Git Pull Request:
RpcManager.invokeRemotelyInFuture should not use a transport thread
-------------------------------------------------------------------
Key: ISPN-5484
URL:
https://issues.jboss.org/browse/ISPN-5484
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 7.2.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.0.0.Alpha2, 8.0.0.Final
JGroupsTransport should have a {{invokeRemotelyAsync}} method returning a
{{CompletableFuture}}, and the synchronous version should be implemented on top of the
asynchronous one.