Description
In part six of this popular series, Leye discusses Event Sourcing implementation on Domain Model in microservices.
Summary
- During this journey, I will talk about Event Sourcing implementation on Domain Model. "
- Separate everything about writing or changes (command) from everything about the reading of the state of the Domain Model (Query).
- Here is the final implementation of the test.
- AddDomainEvent With Valid Version Then UncommittedEvents Should Be Single Here I verify that when I apply an event, then the event should be the only event that belongs to the list of uncommitted events.