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

Nested Hystrix Command #1986

Open GiteshKhanna opened 4 years ago

GiteshKhanna commented 4 years ago

Hi,

I am trying to use a nested Hystrix command. So basically there is a huge service that I am isolating to get its latency streams on hystrix dashboard. Within that huge service there is a call to an external service which I want to isolate as well.

Can someone suggest if it's recommended/supported or might have any issues?