circuit-breaker.md

July 15, 2021 · View on GitHub

Bookmarks tagged [circuit-breaker]

www.codever.land/bookmarks/t/circuit-breaker

Istio home page

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


A Guide to Spring Cloud Netflix - Hystrix

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.


Resilience4j

https://github.com/resilience4j/resilience4j

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


Spring Getting Started - Circuit Breaker

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.


Making the Netflix API More Resilient – Netflix TechBlog – Medium

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