callRemoteMethodsWithFuture question #874
Unanswered
awindillman
asked this question in
Q&A
Replies: 1 comment
|
I am afraid this is not currently implemented in JGroups, i.e. a remote call that uses a multicast that returns a list of futures (i.e. a future for each response). For what it's worth, in WildFly, we have implemented a CommandDispacher - see https://docs.wildfly.org/35/High_Availability_Guide.html#command-dispatcher which returns |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It appears that callRemoteMethodsWithFuture wants to return the whole list of responses. We need to receive the responses as they become available. However we only want to send one RPC [via multicast] for bandwidth reasons. The functionality we're looking for is probably there, but we're missing it.
Thanks in advance for a pointer.
Regards,
Neal
All reactions