Transactional microservices with SAGA Pattern

By Rafael Benevides

Elevator Pitch

This session will present the basics of Saga pattern, which solves the transactional problem in distributed applications, and also a practical microservices demo.

Description

Due to the increase usage of Microservices, the architecture, specially the transactional ones have become truly spider webs. When the transaction fails, it’s hard to know where it has reached to give continuity from the point it failed. For this purpose, there is the Saga Pattern, which can solve the transactional problem in distributed applications. This session will present the basics of this pattern, and also a practical microservices demo.