用@FeignClient调接口抛出异常:

Exception:Read timed out executing POST http:/xxxxx2Fwxworkpush%2Fa_3b4bc10783794dcc9f51b1b18c45e993.mp4&type=video,e:{}

这个异常是调接口超时,则需放大超时时间

在配置文件中添加配置:

feign:
  client:
    config:
      default:
        connect-timeout: 10000
        read-timeout: 10000

 

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐