首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
Spring Boot使用Feign客户端调用远程服务时出现:timed-out and no fallback available,failed and no fallback available的
Spring Boot使用Feign客户端调用远程服务时出现:timed-out and no fallback available,failed and no fallback available的
xiaoxiao
2022-07-02
154
是熔断器超时导致的,可以修改yml,如下
hystrix: command: default: circuitBreaker: sleepWindowInMilliseconds: 100000 forceClosed: true execution: isolation: thread: timeoutInMilliseconds: 60000 shareSecurityContext: true
转载请注明原文地址: https://yun.8miu.com/read-18950.html
最新回复
(
0
)