mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-03 04:18:19 +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
|
||||
* E-commerce platforms to manage high volumes of transactions and dependency on external APIs
|
||||
* 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)
|
||||
|
||||
## Benefits and Trade-offs of Circuit Breaker Pattern
|
||||
|
||||
Reference in New Issue
Block a user