]
Work on ISPN-4664 started by Galder Zamarreño.
----------------------------------------------
Consider passing command retries flag to remote events
------------------------------------------------------
Key: ISPN-4664
URL:
https://issues.jboss.org/browse/ISPN-4664
Project: Infinispan
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Remote Protocols
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 7.0.0.Beta2
Cluster listeners have the ability to check whether an event is the result of a retried
command. Even though HR clients are notified of failovers via the @ClientCacheFailover
annotation, passing on this information could signal that an event is a duplicate or that
another event was dropped and replaced (e.g. modified event replaced a created one).