You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to enforce the event structure? I was thinking something like what is already happening with json schema and the command.
The possible use cases are:
the system checks the event structure before storing it in the event store
in the event denormalizer, the denormalizer shares the event structure with the cqrs part. The event structure is defined once and knows exactly what to expect when it reads from the event store.
Thanks
The text was updated successfully, but these errors were encountered:
Is there anyway to enforce the event structure? I was thinking something like what is already happening with json schema and the command.
The possible use cases are:
Thanks
The text was updated successfully, but these errors were encountered: