circuit-breaker.md
July 15, 2021 · View on GitHub
Bookmarks tagged [circuit-breaker]
www.codever.land/bookmarks/t/circuit-breaker
Istio home page
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...
- tags: istio, microservices, api-management, circuit-breaker, proxy, kubernetes
- :octocat: source code
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.
- :calendar: published on: 2018-11-05
- tags: spring, spring-boot, spring-cloud, hystrix, circuit-breaker
- :octocat: source code
Resilience4j
https://github.com/resilience4j/resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming - resilience4j/resilience4j
- tags: circuit-breaker, java, metrics
- :octocat: source code
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.
- tags: spring, spring-boot, circuit-breaker, hystrix
- :octocat: source code
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 ...
- :calendar: published on: 2001-11-08
- tags: design-patterns, circuit-breaker