Make domain layer work with EventSourcing #124
LeftTwixWand
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use event sourcing for products quantity tracking.
Also, it would be good to have a projection with shows the product's popularity and graphic of sales.
But now it's a bit difficult to separate
DomainEvents
andEventSourcingEvents
without making a confusion.There are 2 possible solutions:
DomainEvent
->DomainNotification
Beta Was this translation helpful? Give feedback.
All reactions