]
Work on ISPN-10192 started by Pedro Ruivo.
------------------------------------------
Non-blocking cross-site requests
--------------------------------
Key: ISPN-10192
URL:
https://issues.jboss.org/browse/ISPN-10192
Project: Infinispan
Issue Type: Enhancement
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Current implementation blocks the command in the interceptor chain waiting for it to be
replicated to the remote site. This should be changed to a non-blocking approach.
Returning an {{InvocationStage}} should solve the issue.