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

Hystrix Exceptions are not propagating to client #1966

Open deepakmehra10 opened 4 years ago

deepakmehra10 commented 4 years ago

I am using Hystrix with Spring Boot 2 and when an exception occurs it won't propagate to client. Exception propagation will only happen when the circuit breaker is open. Could share details please?