博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ribbon/Feign/Zuul retry
阅读量:4935 次
发布时间:2019-06-11

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

原文 https://github.com/spring-cloud/spring-cloud-netflix/issues/1577 I'm using Spring Cloud Camden SR3, and I wonder whether am I right. Ribbon Retry Configuration below can make ribbon retry. spring: cloud: loadbalancer: retry: enabled: true client: ribbon: MaxAutoRetries: 3 MaxAutoRetriesNextServer: 3 OkToRetryOnAllOperations: true Feign Retry In Spring Cloud Camden SR3, Feign has its own retry logic. if I want to disable feign's retry, I can use: @Bean public Retryer retryer() { return Retryer.NEVER_RETRY; } Zuul Retry zuul: retryable: true ribbon: MaxAutoRetries: 3 MaxAutoRetriesNextServer: 3 OkToRetryOnAllOperations: true

转载于:https://www.cnblogs.com/zhangjianbin/p/6922758.html

你可能感兴趣的文章
rsync+inotify脚本
查看>>
LeetCode 860.柠檬水找零(C++)
查看>>
文件上传
查看>>
(Problem 92)Square digit chains
查看>>
HDU 2612 Find a way BFS,防止超时是关键
查看>>
0809
查看>>
FineUIPro v5.2.0已发布(jQuery升级,自定义图标,日期控件)
查看>>
HTML页和ashx之间关系的一点小应用
查看>>
智能合约安全前传-基础知识入门
查看>>
Myeclipse反编译插件
查看>>
Dubbo和Zookerper的关系
查看>>
centos 5 系统安装MYSQL5.7
查看>>
docker数据卷(转)
查看>>
地图定位及大头针设置
查看>>
oracle常用小知识点
查看>>
CATransform3D参数的意义
查看>>
"外部组建发生错误"
查看>>
怎么自己在Objective-C中创建代理
查看>>
svn检出maven工程到eclipse里面,部署到tomcat的步骤
查看>>
Under Armour Drive 4 Performance Reviews
查看>>