gpt4 book ai didi

java - spring cloud feign hystrix 回退不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-03 04:48:31 24 4
gpt4 key购买 nike

与 spring boot 版本 1.3.8.RELEASE 和云版本“Brixton.SR”相同的代码工作正常。但是“1.5.2.RELEASE”和“Dalston.RC1”不起作用。

异常

HTTP 状态 500 - 请求处理失败;嵌套异常是 java.lang.RuntimeException: com.netflix.client.ClientException: Load balancer does not have available server for client: math-service

最佳答案

好的,您可以将以下内容添加到您的 application.properties,然后就可以了。

feign.hystrix.enabled=true

参见 Dalston Release noteDisable HystrixCommands For FeignClients By Default , Feign 客户端默认不再将方法包装在 Hystrix 命令中。您必须在类路径上安装 Hystrix,并设置 feign.hystrix.enabled=true 让 Feign 自动包装 Hystrix 命令中的方法。

关于java - spring cloud feign hystrix 回退不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43088585/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com