Open MateuszNaKodach opened 4 years ago
Zadać pytanie o to i porównać z Axonem: Don’t use the domain events as a communication mechanism between domains or services. Event Sourcing is an implementation of a specific domain (or bounded context in DDD terms). Use more coarse-grained events for inter-domain communication, for instance by projecting the domain events into higher level events that are pushed to a message bus or API gateway.
https://www.continuousimprover.com/2020/06/guidelines-event-sourcing.html