Acknowledging alarms #1920
georgweiss
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe a corner case, but I'd like to bring it up anyway...
When a user selects to acknowledge in the alarm tree view from a node containing multiple sub-nodes, Kafka will send one message per node found in the structure. With a large and complex structure that may result in a large number of messages, and many of these may indicate alarm state NO_ALARM. Or to put it differently: if the purpose is to acknowledge one single alarm in the structure, Kafka will send messages for all nodes.
Would it be an option to avoid generating Kafka messages for PVs where the state is NO_ALARM thereby reducing the amount of messages sent and consequently save clients from processing them?
Beta Was this translation helpful? Give feedback.
All reactions