The reason for this is likely due to the idea being popularized in a post titled Pattern: Transactional outbox and in the 2017 QCONSF conference prese

Rethinking “2PC is not an option in Microservices”

submited by
Style Pass
2024-10-01 06:00:05

The reason for this is likely due to the idea being popularized in a post titled Pattern: Transactional outbox and in the 2017 QCONSF conference presentation, “ACID Is So Yesterday: Maintaining Data Consistency with Sagas.”

However, with new technologies, the downsides of 2PC are not only addressed but there is an increased merit to utilizing 2PC in microservices. I also believe that approaches like Saga are no longer a good option in microservices due to the burden and complexity to application developers.

At the KubeDay conference in August 2024, I spoke about my thoughts in more detail. I reviewed the approaches for handling transactions in microservices, such as Saga, TCC, and 2PC, summarized the pros and cons, considered ways to address the cons, and proposed one practical and effortless way.

Leave a Comment