Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: event structure enforcing #96

Open
daschy opened this issue Jul 6, 2017 · 1 comment
Open

Feature request: event structure enforcing #96

daschy opened this issue Jul 6, 2017 · 1 comment

Comments

@daschy
Copy link

daschy commented Jul 6, 2017

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

@adrai
Copy link
Contributor

adrai commented Jul 6, 2017

no, can be solved in user-land code...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants