Microservices
Compensating Transaction Pattern
https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589804(v=pandp.10)
https://docs.microsoft.com/en-us/azure/architecture/patterns/compensating-transaction
https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589804(v=pandp.10)
https://docs.microsoft.com/en-us/azure/architecture/patterns/compensating-transaction
Data Consistency -> https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589800(v=pandp.10)
Strong Data Consistency vs Eventual Consistency
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
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