Bookmarks tagged [circuit-breaker]
Istio is an open platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio's control plane provide...
https://www.baeldung.com/spring-cloud-netflix-hystrix
The article shows how to set up a fallback in your application logic, using Spring Cloud Hystrix.
- 📆 published on: 2018-11-05
- tags: spring, spring-boot, spring-cloud, hystrix, circuit-breaker
- source code
https://github.com/resilience4j/resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming - resilience4j/resilience4j
- tags: circuit-breaker, java, metrics
- source code
https://spring.io/guides/gs/circuit-breaker/
This guide walks you through the process of applying circuit breakers to potentially-failing method calls using the Netflix Hystrix fault tolerance library.
- tags: spring, spring-boot, circuit-breaker, hystrix
- source code
https://medium.com/netflix-techblog/making-the-netflix-api-more-resilient-a8ec62159c2d
The API brokers catalog and subscriber metadata between internal services and Netflix applications on hundreds of device types. If any of these internal services fail there is a risk that the failure ...
- 📆 published on: 2001-11-08
- tags: design-patterns, circuit-breaker