使用版本 SpringBoot 2.0.3.RELEASE 、 Cloud Finchley.RELEASE
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 5000
getProductInfoList:
execution:
isolation:
thread:
timeoutInMilliseconds: 3000
feign:
client:
config:
default:
connectTimeout: 5000
readTimeout: 5000
hystrix:
enabled: true
使用feign 请求超时之后要降级,只需要配置feign 的超时时间即可,为什么还需要配置hystrix的超时时间
SpringCloud组件实现微服务,【已升级Finchley.Release】
了解课程