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.08k stars 4.7k forks source link

How to use Hystrix in Netflix Zuul 2.x #1975

Open youHappyOK opened 4 years ago

youHappyOK commented 4 years ago

I read Hystrix wiki, find Hystrix is only valid for synchronous blocking network calls.

Asynchronous no-blocking network call how to combine with Hystrix, like Zuul 2.x using netty as a network framework.