Docs: Clarifying sync vs async behaviour
----------------------------------------
Key: ISPN-10784
URL:
https://issues.redhat.com/browse/ISPN-10784
Project: Infinispan
Issue Type: Enhancement
Components: Documentation
Reporter: Donald Naro
Assignee: Donald Naro
Priority: Major
Fix For: 9.1.8.Final
Expand xsite docs on ASYNC SYNC settings, client, intra-cluster and xsite.
SYNC ensure the call is complete or not
whereas ASYNC might cause inconsistency if there is a failure - and the user get only a
log WARN message (or nothing)