DEV Community

Discussion on: Why Event Sourcing is a microservice communication anti-pattern

Collapse
 
olibutzki profile image
Oliver Libutzki

I don't think so. Domain Events vs. Integration Events in Domain-Driven Design and microservices architectures deals a lot with ACID transactions to clarify the difference between a domain event and an integration event.

I don't make assumptions concerning ACID transactions. A bounded context might work with eventual consistency internally as well.