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 not working with spring boot 3.0.6 spring cloud 2022.0.1 and java 17 #2047

Open esrakaplan opened 10 months ago

esrakaplan commented 10 months ago

Hi, upgraded spring 2.4.3 to spring 3.0.6 and using version for spring cloud 2022.0.1 and hystrix not working anymore. Is there any solution. It was working with 2.4.3 version. I upgraded hystrix to 2.2.10.RELEASE latest release but nothing changed.

weiyuexin commented 7 months ago

don't use hystrix

ThinkingMan007 commented 7 months ago

好的,我已收到。

PraveenPatidar7879 commented 4 months ago

same for me it is not working with spring 3.x.x