Saga Pattern and Outbox/Inbox Implementation – Distributed Order Processing(github.com)
github.com
Saga Pattern and Outbox/Inbox Implementation – Distributed Order Processing
https://github.com/onurkanbakirci/saga-inbox-outbox
1 コメント
A complete reference implementation showing how to build resilient microservices with guaranteed message delivery. Features MassTransit state machines, transactional outbox pattern, and automatic failure compensation across 4 services (Order, Payment, Inventory, Notification). Includes detailed docs on handling distributed transactions without 2PC.