您的位置:首页 > 其它

微服务项目整合遇到的一些问题

2017-10-31 15:20 239 查看
转载请注明出处 http://www.paraller.com
原文排版地址 点击获取更好阅读体验
ERROR SocketTimeoutException: connect timed out (5524ms)
16:56:26.739 [hystrix-ticket-service-1] DEBUG cn.yeamoney.console.ipc.TicketClient - [TicketClient#getList] java.net.SocketTimeoutException: connect timed out

```

hystrix:
command:
default:
execution:
timeout:
enabled: false
isolation:
thread:
timeoutInMilliseconds: 5000
circuitBreaker:
enabled: true
requestVolumeThreshold: 3
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  后台