]
Manik Surtani updated ISPN-3201:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
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: