Load balancer does not have available server for client: xx

Caused by: com.netflix.client.ClientException: Load balancer does not have available server for client: xx

是没有发现xx服务

我这里是 serviceId 后面的服务名写错误了

zuul:
  routes:
    user-services:
      path: /user/**
      serviceId: user-service
      strip-prefix: false  #strip 剥去
发布了57 篇原创文章 · 获赞 52 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/qq_40495860/article/details/94613275