JeffersonLab / jaws-admin-gui

Web admin interface for JAWS
https://ace.jlab.org/jaws
MIT License
0 stars 0 forks source link

Handle Notification of unknown alarm #37

Closed slominskir closed 4 months ago

slominskir commented 4 months ago

Currently the admin GUI just logs and ignores notifications about Alarms with names that do not match any alarm name in the Alarms (registration) cache:

https://github.com/JeffersonLab/jaws-admin-gui/blob/39eecd8f56b4ce4877f386fecd6937ca0f2a8c0f/src/main/java/org/jlab/jaws/business/session/KafkaNotificationFacade.java#L64

We should probably make these notifications available to users on the interface somehow. Perhaps:

slominskir commented 4 months ago

Fixed in v4.6.9