cqrs
cqrs copied to clipboard
Use CloudEvents as standard event schema
CloudEvents aims to be the universal standard for event schemas.
There is an SDK for Rust.
It would be fantastic if we could ensure the events published by the framework are stored in the database as a CloudEvent type with the data in the data field.
Additionally, I would advise using the ULID crate for the ID if you're open to this suggestion.