0023 - Domain Event-Driven Architecture¶
Date¶
2025-09-01
Status¶
Proposed
Context¶
We want a clearer event-driven boundary around domain behaviour and cross-context reactions.
Decision¶
We will prefer domain event-driven architecture for domain-significant changes that need decoupled reactions.
Consequences¶
This should improve decoupling and integration patterns, but it raises expectations around event design, idempotency, and delivery guarantees.