'Resilient Implementation in dotnet
As we have Begin and Commit transaction in sql to rollback the changes when an error occurs at any point of transactions, what are the choice we have when any one of the microservices fails and we need to rollback the changes made to previous microservices. Some of the options i came across was circuit break pattern and Saga pattern. Can anyone suggest the best method to solve this issues.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
