- Published on
While the database-per-service paradigm in microservices fosters many advantages like isolation, agility, scalability and resilience, it also poses a significant challenge in managing transactions that span across multiple services. In this article, we discuss this and common patterns to address this challenge.