hystrix.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [hystrix]
www.codever.land/bookmarks/t/hystrix
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
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
GitHub - Netflix/Hystrix
https://github.com/Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distr...
- tags: distributed, latency, hystrix
- :octocat: source code