normalize MessageId filters for event subscriptions#57
Conversation
Here is my review of the changes in this PR:
✅ The ✅ Core fix: Previously, bare message keys like ✅ Both input formats are correctly handled:
✅ The
✅ Correct: Removing the Overall: The changes are correct and fix a real bug where MessageId filtering was silently not working. No critical issues identified. |
Allow MessageIds to be specified with or without registry prefixes and store them in fully-qualified form for consistent event filtering. Always cache the Redfish event log file on watcher startup. Test: Redfish Event subscription is working fine for the subscribed MessageIDs Signed-off-by: Raja Sekhar Reddy Gade <RajaSekharReddy.Gade@amd.com>
f137c1d to
45cc80b
Compare
Addressed the feedback from copilot |
Allow MessageIds to be specified with or without registry prefixes and store them in fully-qualified form for consistent event filtering.
Always cache the Redfish event log file on watcher startup.
Test:
Redfish Event subscription is working fine for the subscribed MessageIDs