Transactional Outbox

Publish events reliably by writing them in the same transaction as state changes and relaying asynchronously. Use when a service must update its database and emit a message without losing either.

Amey-Thakur Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/backend/transactional-outbox commit 965848d543

Frequently asked questions

npx skillmds@latest add amey-thakur/transactional-outbox