I'm a big fan of the Open Source project of Netflix. They made some really cool stuff.
I have set up a Zuul and that is working fine. Created all kind of filters and those are dynamically loaded and run.
What I now try to do is use Hystrix inside a filter. What I see is that if everything when fine it all works. But when there is a exception inside the run() method Zuul is catching it instead of Hystrix. So the getFallback() is never called.
I shared my code Github.
Somebody has any idea how Hystrix can catch the exception instead of Zuul?