Session
Transactional outbox pattern with Azure Cosmos DB
In a distributed system we might typically involve publishing events/messages via a message broker to other services, where we might face challenges in the reliability and guaranteed delivery of those events. In this session we will learn how to overcome it using Transactional Outbox pattern with Azure Cosmos DB