Linkedin

Compensating Transaction pattern

Project Overview

Project Detail

When you use an eventually consistent operation that consists of a series of steps, the Compensating Transaction pattern can be useful. Specifically, if one or more of the steps fail, you can use the Compensating Transaction pattern to undo the work that the steps performed. Typically, you find operations that follow the eventual consistency model in cloud-hosted applications that implement complex business processes and workflows.

https://learn.microsoft.com/en-us/azure/architecture/patterns/compensating-transaction

To know more about this project connect with us

Compensating Transaction pattern