feign.RetryableException: Read timed out

Posted 陆陆通通

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了feign.RetryableException: Read timed out相关的知识,希望对你有一定的参考价值。

两个微服务之间通过feign调用时,后台抛出异常:
feign.RetryableException: Read timed out executing POST
解决方法:
在你的yml文件中添加

ribbon:  
  ReadTimeout: 60000  
  ConnectTimeout: 60000

如图:

CSDN 社区图书馆,开张营业! 深读计划,写书评领图书福利~

以上是关于feign.RetryableException: Read timed out的主要内容,如果未能解决你的问题,请参考以下文章

feign.RetryableException: Read timed out

feign.RetryableException: Read timed out executing

无效的 HTTP 方法:PATCH > 正在执行 PATCH :引起:feign.RetryableException:

feign.RetryableException: Read timed out executing xxx

SpringCloud Feign调用报错feign.RetryableException: too many bytes written executing

open feign的超时配置及源码跟踪