yml设置dubbo超时、重试
项目是基于springboot+dubbo。provider、conusme的配置并没有以xml形式。此处记录一下yml配置方法。
如果基于xml配置:
<dubbo:service timeout="4000" retries="0" interface="com.test.service.TestService" ref="testService" />
如果基于yml配置:
也可以
这样就可以了
注:重试retries默认为2,如果涉及插入、更新,会造成数据重复。如果取默认值,注意处理好
原文链接:https://blog.csdn.net/qq_30591163/java/article/details/82022937
if you want to go fast,go alone,if you want to go far,go together