Event-Driven vs Event-Sourcing

Définition
  • Event Sourcing is about using events as the state.
  • Event Driven Architecture is about using events to communicate between service boundaries.