问题描述:
Spring Cloud Zuul 在版本Edgware.RELEASE断路超时配置无法生效问题。
# 断路器超时时间
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 30000
解决方案:
将Edgware.RELEASE改为Edgware.SR2
问题描述:
Spring Cloud Zuul 在版本Edgware.RELEASE断路超时配置无法生效问题。
# 断路器超时时间
hystrix:
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 30000
解决方案:
将Edgware.RELEASE改为Edgware.SR2