]
Manik Surtani updated ISPN-3201:
--------------------------------
Fix Version/s: 6.0.0.Beta1
6.0.0.Final
Allow listeners to be invoked only by a primary data owner
----------------------------------------------------------
Key: ISPN-3201
URL:
https://issues.jboss.org/browse/ISPN-3201
Project: Infinispan
Issue Type: Feature Request
Components: Distributed Cache, Listeners
Affects Versions: 5.3.0.Final
Reporter: Manik Surtani
Assignee: Manik Surtani
Priority: Minor
Labels: leads
Fix For: 6.0.0.Beta1, 6.0.0.Final
Could be a parameter on the annotation, such as {{primaryOnly}} to prevent all replicas
from firing updates, such as:
{code}
@Listener(primaryOnly = true)
public class MyListener { ... }
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: