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

Servlet.service() for servlet [hystrix.stream-actuator-endpoint] in context with path [] threw exception java.lang.IllegalArgumentException:null #2053

Open lujinghai opened 7 months ago

lujinghai commented 7 months ago

My production environment has been constantly reporting this error, and I suspect it may be related to the fact that Fegin has enabled Hystrix from time to time. I would like to ask for your advice.

StevenHachel commented 3 months ago

Everyone who uses Spring Boot with Hystrix probably gets this error message. And has been doing so for years. It's a painful and annoying issue for which there doesn't seem to be a solution yet.