AmateurECE / redfish-codegen

Implementation of DMTF's Redfish data models, generated from their OpenAPI documents.
Apache License 2.0
4 stars 2 forks source link

Redfish event support #7

Open AmateurECE opened 3 months ago

AmateurECE commented 3 months ago

I've designed a solution for generating events using tokio's tracing crate. The idea here is that services generate Redfish events with the tracing macros, and we can write services that receive that trace data and fulfill the contract of the EventService--sending those events to remote hosts, etc.

This feature is partially implemented on develop at the moment, but some critical components are missing: