Milan Jovanovićmilanjovanovic.hashnode.dev·Oct 12, 2024Scaling the Outbox Pattern (2B+ messages per day)In last week's newsletter, I talked about implementing the Outbox pattern. It's a crucial tool for reliable distributed messaging. But implementing it is just the first step. The real challenge? Scaling it to handle massive message volumes. Today, we...Transactional outbox pattern
Milan Jovanovićmilanjovanovic.hashnode.dev·Oct 5, 2024Implementing the Outbox PatternIn distributed systems, we often face the challenge of keeping our database and external systems in sync. Imagine saving an order to a database and then publishing a message to a message broker. If either operation fails, your system ends up in an in...outbox
Andrei CotorforCloudflight Engineering Blogengineering.cloudflight.io·Sep 29, 2023Reliable communication using the Transactional Outbox PatternIn today's digital age, email communication remains an indispensable tool for businesses and individuals alike. Whether it's sending important notifications, marketing campaigns, or transactional updates, emails play a pivotal role in ensuring effect...2 likes·447 readsReliability