Skip to content

Added Event Schema Versioning samples

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 08 Dec 15:59
· 479 commits to main since this release

Shows how to handle basic event schema versioning scenarios using event and stream transformations (e.g. upcasting):

  • Simple mapping
    • New not required property
    • New required property
    • Renamed property
  • Upcasting
    • Changed Structure
    • New required property
  • Downcasters
  • Events Transformations
  • Stream Transformation
  • Summary

See the whole sample at: https://github.com/oskardudycz/EventSourcing.NetCore/tree/main/Sample/EventsVersioning
And details of changes in: #75