Hystrix
Hystrix copied to clipboard
How to use Hystrix in Netflix Zuul 2.x
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.