Skip to content
← All Tags

#outbox

1 post tagged with "outbox"

The outbox pattern without a relay

The transactional outbox solves the dual write problem and then hands you a second one: a relay service that has to be deployed, watched and kept pointed at the right database. ulak moves the relay into PostgreSQL as background workers. This is how it claims, delivers and recovers, and the trade it asks you to accept in return.

12 min readRead more →