ADRMay 24, 20262 min read
ADR: Outbox over dual-write for cross-context events
Why every state-changing event in the Ghasi suite goes through a transactional outbox instead of a direct publish — and what that costs.
- Event-driven
- DDD
- Reliability
- PostgreSQL