Closing the Gap Between DB Commit and Event Publishing with the Outbox Pattern
How the Outbox Pattern makes event publishing durable after a business transaction succeeds
In the previous article, we saw a dangerous failure window:
Save business data
Commit DB transaction
Publish