-
Enhancement
-
Resolution: Done
-
Minor
-
5.3.0.Final
Could be a parameter on the annotation, such as primaryOnly to prevent all replicas from firing updates, such as:
@Listener(primaryOnly = true) public class MyListener { ... }
Could be a parameter on the annotation, such as primaryOnly to prevent all replicas from firing updates, such as:
@Listener(primaryOnly = true) public class MyListener { ... }