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.


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.


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