Outbox Pattern

Implements the Outbox pattern for reliable domain event processing. Ensures events are persisted in the same transaction as the aggregate changes and processed asynchronously with guaranteed delivery.

majiayu000 1e0edec 2 files · 21.5 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/14-outbox-pattern commit 1e0edeccad

Frequently asked questions

npx skillmds add majiayu000/outbox-pattern-2