March 2018
Intermediate to advanced
380 pages
9h 23m
English
Hystrix (https://github.com/Netflix/Hystrix) is a latency and fault tolerance library designed to isolate points of access to remote systems, services, and third-party libraries, stop cascading failures; and enable resilience in complex distributed systems where failure is inevitable.
Hystrix is designed to do the following:
Applications in complex distributed architectures have a lot of dependencies, each of ...