Replies: 1 comment 1 reply
-
Hello @elsurudo, nice to meet you! There are many ways to implement events schema validation. It's out of scope of Rails Event Store itself. When it comes to versioning and schema changes, please check out these 2 blogposts: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Being a relational guy at heart, I'm a bit uneasy about the fact that
data
andmetadata
are basically JSON blobs by default.I wasn't able to find any best practices in the docs around managing/validating that event schemas are actually valid. Is this a problem I should worry about? Any tips?
Also, what about event versioning? If my schema changes, aren't I going to run into trouble eventually when reading older events?
Beta Was this translation helpful? Give feedback.
All reactions