Monday, March 15, 2021

SAGA, Compensation Transaction, Data Consistency, Circuit Breaker, Eventual Consistency

Microservices



Data Consistency -> https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589800(v=pandp.10)
Strong Data Consistency vs Eventual Consistency


Circuit Breaker pattern
https://docs.microsoft.com/en-us/azure/architecture/patterns/circuit-breaker#context-and-problem
The purpose of the Circuit Breaker pattern is different than the Retry pattern.
The Retry pattern enables an application to retry an operation in the expectation that it'll succeed.
The Circuit Breaker pattern prevents an application from performing an operation that is likely to fail


No comments:

Post a Comment

Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass