outbox pattern
RU: outbox-паттерн
Write a domain change and an event row to an outbox table in one transaction; an async worker later publishes from the outbox — giving exactly-once-ish event delivery without a distributed transaction.
RU: outbox-паттерн
Write a domain change and an event row to an outbox table in one transaction; an async worker later publishes from the outbox — giving exactly-once-ish event delivery without a distributed transaction.