DMTF / Redfish-Event-Listener

The Redfish Event Listener is a lightweight HTTPS server that can be deployed to read and record events from Redfish services.
Other
31 stars 15 forks source link

Unsubscribing and SSE Eventing #16

Open ShichenLin opened 2 years ago

ShichenLin commented 2 years ago

Is there any plan to support testing for unsubscribing and SSE eventing?

mraineri commented 2 years ago

I was expecting that unsubscribing would be part of the tool already; looking at the source I don't see that. I think it would be beneficial for the tool to clean up the subscription for itself when it exits. We can certainly add this.

We hadn't considered SSE, but considering this tool does store events received in a local file, I think it would be a good option to support.