microservices-design-patterns
The Outbox Pattern: Reliable Events Without 2PC
A user places an order. Your service opens a transaction, writes the row to Postgres, commits, and then calls broker.publish("orde…
1 post RSS
A user places an order. Your service opens a transaction, writes the row to Postgres, commits, and then calls broker.publish("orde…
Type to search.