ThreeDotsLabs / esja

Event Sourcing library in Go.
MIT License
20 stars 4 forks source link

Decouple EventsQueue from Aggregate #1

Closed m110 closed 1 year ago

m110 commented 1 year ago

This approach avoids the weird cross-reference between the queue and the aggregate. The queue becomes simpler and concerns only about one thing.