Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 3.01 KB

circuit-breaker.md

File metadata and controls

40 lines (34 loc) · 3.01 KB

Bookmarks tagged [circuit-breaker]

https://istio.io/

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.


https://github.com/resilience4j/resilience4j

Resilience4j is a fault tolerance library designed for Java8 and functional programming - resilience4j/resilience4j


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.


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 ...