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

we implemented hystrix fallback based on time out, but here the issue is original delayed request is processed as well as fallback is also executed. #1923

Open satyam-guptha opened 5 years ago

satyam-guptha commented 5 years ago

Hi Team,

we implemented hystrix fallback based on response time but the issue is if the response time is more fallback is being executed as well as original method is also getting executed.

during the long response time we want the original request should be aborted and fallback method should be executed.

Regards satya.