遇到com.netflix.zuul.exception.zuulexception hystrix readed time out 问题

最近在学习SpringCloud 在学习 SpringCloud Zuul 遇到一个问题 如标题所示:com.netflix.zuul.exception.zuulexception hystrix readed time out

折腾了一上午 终于解决了 我的问题,特来分享一下我的解决办法

参考回答https://stackoverflow.com/questions/55418340/com-netflix-zuul-exception-zuulexception-hystrix-readed-time-out

在bootstrap.yml文件中 加入

hystrix:

  command:

    default:

      execution:

        isolation:

          thread:

            timeoutInMilliseconds: 5000

解决了问题

本文是第一篇blog,希望能为大家提供一个解决问题思路。

你可能感兴趣的:(遇到com.netflix.zuul.exception.zuulexception hystrix readed time out 问题)