mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-06 06:17:34 +00:00
fix: external spring guide link changed (#3394)
This commit is contained in:
@@ -193,7 +193,7 @@ The Circuit Breaker pattern is applicable:
|
|||||||
* Cloud-based services to gracefully handle the failure of external services
|
* Cloud-based services to gracefully handle the failure of external services
|
||||||
* E-commerce platforms to manage high volumes of transactions and dependency on external APIs
|
* E-commerce platforms to manage high volumes of transactions and dependency on external APIs
|
||||||
* Microservices architectures for maintaining system stability and responsiveness
|
* Microservices architectures for maintaining system stability and responsiveness
|
||||||
* [Spring Circuit Breaker module](https://spring.io/guides/gs/circuit-breaker)
|
* [Spring Circuit Breaker module](https://spring.io/guides/gs/cloud-circuit-breaker)
|
||||||
* [Netflix Hystrix API](https://github.com/Netflix/Hystrix)
|
* [Netflix Hystrix API](https://github.com/Netflix/Hystrix)
|
||||||
|
|
||||||
## Benefits and Trade-offs of Circuit Breaker Pattern
|
## Benefits and Trade-offs of Circuit Breaker Pattern
|
||||||
|
|||||||
Reference in New Issue
Block a user