
🚏 Event Bus in a Database [Infrastructure Design]
Add scalability by using your own database as an event bus.
The Inbox and Outbox patterns are not 2 classic patterns, but come into play when we have applications that require scaling.
These patterns consist of persisting in the database before performing an action, to ensure that messages are delivered and received.
But these patterns have a big problem: They can be overengineering since there are simpler alternatives.
In the course, we explore the patterns, see when we would use them, and above all, when not to.

We won't increase the price while your subscription is active