Event Sourcing (5): How to Store Event Types
Original link: https://teddy-chen-tw.blogspot.com/2022/07/5.html June 30 18:41~19:43 ▲Figure 1: Each domain event needs to store its type (Type) data foreword Whether it is Event Sourcing or Outbox, domain events must be “serialized” before they can be stored in the database, and when read from the database, they are “deserialized” and become domain event objects. This serialization […]
Event Sourcing (5): How to Store Event Types Read More »