Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.85 KB

hystrix.md

File metadata and controls

26 lines (22 loc) · 1.85 KB

Bookmarks tagged [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.


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