Spring Boot-Hystrix仪表板读取超时

问题描述

在使用弹簧靴2.2.2时,Hystrix运行正常。与spring security集成后,hystrix仪表板停止工作。

日志

2020-09-02 16:01:05.566 [http-nio-8080-exec-5] INFO  o.s.c.n.h.d.HystrixDashboardConfiguration$ProxyStreamServlet.doGet.173 - 

Proxy opening connection to: http://localhost:8080/actuator/hystrix.stream


2020-09-02 16:01:15.658 [http-nio-8080-exec-5] ERROR o.s.c.n.h.d.HystrixDashboardConfiguration$ProxyStreamServlet.doGet.226 - Error proxying request: http://localhost:8080/actuator/hystrix.stream
java.net.socketTimeoutException: Read timed out
    at java.net.socketInputStream.socketRead0(Native Method)
    

在仪表板上显示无法连接到Command Metric Stream的消息。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)