eligosource / eventsourced

A library for building reliable, scalable and distributed event-sourced applications in Scala
Apache License 2.0
828 stars 98 forks source link

Strategies and examples for event and snapshot versioning #111

Open krasserm opened 11 years ago

krasserm commented 11 years ago

Guidelines how to achieve backwards compatibility when the event and domain model changes over time. It must be investigated if this requires further extensions to journals.

guersam commented 11 years ago

It seems to be one of the common major concerns when adopting event sourcing. Really looking forward to it.