feign.RetryableException: Read timed out executing POST

2021/6/16 10:26:59

本文主要是介绍feign.RetryableException: Read timed out executing POST,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

描述

  • 报错:feign.RetryableException: Read timed out executing POST http://server-fish-goods/api/cart/del-cart

在使用order远程调用goods模块的时候因为是debug启动,在远程调用过程中响应时间过长/响应超时

解决

  • 设置ribbon响应时间
ribbon:
  ReadTimeout: 60000 # 处理请求的超时时间,默认为1秒
  ConnectTimeout: 60000 # 连接建立的超时时长,默认1秒


这篇关于feign.RetryableException: Read timed out executing POST的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程