jackyfkc.github.io

教土豆学计算机

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 distributed systems where failure is inevitable.

What is Hystrix for

Hystrix is designed to do the following:

How Does Hystrix Accomplish Its Goals?

Hystrix does this by:

Further Reading