Zuul spring cloud zuul com.netflix.zuul.exception.ZuulException GENERAL解决方案

Posted jtrun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Zuul spring cloud zuul com.netflix.zuul.exception.ZuulException GENERAL解决方案相关的知识,希望对你有一定的参考价值。

配置中加上

ribbon:
ReadTimeout: 12000
ConnectTimeout: 12000
eureka:
enabled: true
zuul:
host:
socket-timeout-millis: 12000
connect-timeout-millis: 12000

如果你的配置中心其他服务有ribbon的话只加
zuul:
host:
socket-timeout-millis: 12000
connect-timeout-millis: 12000
是没用的

以上是关于Zuul spring cloud zuul com.netflix.zuul.exception.ZuulException GENERAL解决方案的主要内容,如果未能解决你的问题,请参考以下文章

最全面的改造Zuul网关为Spring Cloud Gateway(包含Zuul核心实现和Spring Cloud Gateway核心实现)

spring-cloud-Zuul学习--典型配置重新定义spring cloud实践

spring cloud zuul

Spring Cloud:服务网关zuul过滤器

Spring Cloud 微服务二:API网关spring cloud zuul

Spring Cloud Zuul 精进