博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
zuul超时及重试配置
阅读量:6178 次
发布时间:2019-06-21

本文共 650 字,大约阅读时间需要 2 分钟。

  hot3.png

##配置实例

##timeout confighystrix:  command:    default:      execution:        timeout:          enabled: true        isolation:          thread:            timeoutInMilliseconds: 60000ribbon:  ReadTimeout: 60000  ConnectTimeout: 60000  MaxAutoRetries: 0  MaxAutoRetriesNextServer: 1  eureka:    enabled: falsezuul:  max:    host:      connections: 500  host:    socket-timeout-millis: 60000    connect-timeout-millis: 60000

##MaxAutoRetries Max number of retries on the same server (excluding the first try)

##MaxAutoRetriesNextServer Max number of next servers to retry (excluding the first server)

##docs

转载于:https://my.oschina.net/go4it/blog/776219

你可能感兴趣的文章
URL编码
查看>>
光模块及光纤知识(含分类,常用类型介绍)
查看>>
Apache 单IP多端口设置
查看>>
安装系统前的准备---vmware
查看>>
Tiny并行计算框架之使用介绍
查看>>
Linux od命令
查看>>
一个不错的MySQL集群管理工具
查看>>
mysql-proxy 按表分发查询的lua脚本
查看>>
在wordpress主题下面添加二级菜单
查看>>
CentOS 下JDK安装
查看>>
Nginx + Django
查看>>
我的友情链接
查看>>
用shell脚本编写进度条
查看>>
使用Live555类库实现的网络直播系统
查看>>
IO与NIO
查看>>
go_wed编程笔记
查看>>
iptables防火墙的使用
查看>>
浅谈js中的继承
查看>>
软件工程 之 画扇面
查看>>
zabbix mysql数据库迁移方案
查看>>