使用 Feign, 在配置文件中,如何配置熔断项呢?
我尝试过这样:
feign:
hystrix:
enabled: true
client:
config:
default:
connectTimeout: 3000
readTimeout: 3000
loggerLevel: basic
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 3000
requestVolumeThreshold: 10
sleepWindowInMilliseconds: 10000
errorThresholdPercentage: 60
只会触发降级,不会触发熔断,并不成功。
SpringCloud组件实现微服务,【已升级Finchley.Release】
了解课程