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 distributed systems where failure is inevitable.
24.15k stars 4.71k forks source link

read hystrix code #1681

Open ykkxdu opened 7 years ago

ykkxdu commented 7 years ago

How to start reading the hystrix source code?

stfedosov commented 6 years ago

@ykkxdu well, I didn't fully get your question, but nevertheless you can always clone this repository and open it in your favorite IDE.