Non-blocking cross-site requests
--------------------------------
Key: ISPN-10192
URL:
https://issues.jboss.org/browse/ISPN-10192
Project: Infinispan
Issue Type: Enhancement
Components: Cross-Site Replication
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 10.0.0.Final
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.