← Graph

Can you do DDD without event sourcing?

question 2 connections

Audience asks if DDD works without event sourcing. Krzywda: yes — event sourcing is a persistence detail, so you can persist state in Active Record and still publish events. DDD without event-DRIVEN architecture would be problematic, but event sourcing is optional and often added last in existing apps.

answer_summary
Yes. Event sourcing is just a persistence mechanism; publish events even if state is stored in Active Record. DDD without event-driven architecture would be the real problem.
question Can you do DDD without event sourcing?
about
Event Sourcing concept
Topic of the question.
question Can you do DDD without event sourcing?
asked_at
Asked during Q&A.

Provenance

Read by
10 extractions