早在 2018 年,Spring Cloud 在其 Roadmap 里就宣布将要终结的一些库/版本,其中最重要的就是指 Spring Cloud Netflix 项目进入维护模式,然后计划在 2020 年完全移除

Spring Cloud 2020 已移除对 Ribbon 的支持,Spring Cloud 2021 版本 Nacos 中 也删除了Ribbon 的 jar 包,因此无法通过lb路由到指定微服务,出现了503情况

对于Netflix,只保留了其Eureka,其他组件全部移除
Spring Cloud Netflix 推荐使用 Spring Cloud Loadbalancer 代替 Ribbon

因为网关带负载均匀

在网关服务pom.xml中加入

   <dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-loadbalancer</artifactId></dependency>

Spring Cloud Gateway 503 Service Unavailable相关推荐

  1. Spring cloud gateway:报Service Unavailable

    首先需要确认所使用的微服务是否正常在运行 其次检查spring cloud gateway程序是否添加了注册中心相关的依赖(Eureka,Nacos等) <dependency><g ...

  2. Gateway 503 Service Unavailable

    一.问题排查 昨天升级了一下老项目的 SpringBoot .SpringCloud版本. spring-boot-starter-parent 和 spring-boot 从 2.1.14.RELE ...

  3. spring cloud 2021 gateway 报错503 Service Unavailable

    gateway的application.yml文件配置如下: server:port: 8001 spring:cloud:gateway:#路由配置routes:#唯一标识符- id: driver ...

  4. Spring Cloud Gateway——2020.x以上版本HTTP 503 或 NoLoadBalancer[负载均衡]解决方案

    问题描述 config spring:cloud:gateway:routes:- id: myRouteuri: lb://servicepredicates:- Path=/service/** ...

  5. 解决gateway使用nacos重启报503 Service Unavailable问题

    问题描述 项目使用spring cloud gateway作为网关,nacos作为微服务注册中心,项目搭建好后正常访问都没问题,但是有个很烦人的小瑕疵: 当某个微服务重启后,通过网关调用这个服务时有时 ...

  6. spring cloud gateway+nacos 服务下线感知延迟,未及时出现503,请求依然转发到下线服务

    spring cloud gateway服务下线感知延迟,未及时出现503 1.场景描述 2.分析 2.1定位问题 3.解决方案 本篇算是配合之前的一篇了.整体问题是gateway对下线服务感知延迟, ...

  7. 前后端分离,解决Spring Cloud GateWay + Nacos使用lb请求报503错误以及403跨域问题

    在使用前后端分离时,前端请求gateway接口,gateway使用lb负载均衡请求目标服务. 如下: spring:cloud:gateway:routes:- id: test-demouri: l ...

  8. Spring Cloud Gateway介绍(二)

    Spring Cloud Gateway介绍(一) 全局Filters GlobalFilter与GatewayFilter具有一样的接口. 这些全局过滤器都有对应的配置类,例如: org.sprin ...

  9. ws配置 zuul_微服务网关 Spring Cloud Gateway

    1.  为什么是Spring Cloud Gateway 一句话,Spring Cloud已经放弃Netflix Zuul了.现在Spring Cloud中引用的还是Zuul 1.x版本,而这个版本是 ...

最新文章

  1. ios绘图时的坐标处理
  2. 一张图帮你记忆,Spring Boot 应用在启动阶段执行代码的几种方式
  3. 虚拟内存(VirtualAlloc),堆(HeapAlloc/malloc/new)和Memory Mapped File
  4. android r文件错误,Android R文件丢失异常原因汇总
  5. 使用Maven搭建一个Web项目
  6. D. The Best Vacation(贪心+前缀和+二分)
  7. 从Java程序生成QR码图像
  8. JAVA中equals()方法的重要性
  9. SpringCloud工作笔记085---SpringBoot项目中防止跨站脚本攻击功能添加
  10. HDP直播个性化设置教程,简单几步提升电视盒子/投影仪观影体验
  11. win7打开xp共享的计算机,xp/win7局域网共享软件
  12. android 分区 PT,Android:pt 、sp、dp之间的换算
  13. 缓解眼睛疲劳,护眼调节色温软件推荐
  14. eplan zw9文件_eplan 中ZW0格式是什么文件啊?
  15. Android设置app显示指定国家语言
  16. 知识星球爬虫2023-2-9
  17. Office 365 函数之Right函数
  18. jquery基础框架
  19. 50个好用的前端工具,建议收藏!
  20. 《东周列国志》第四十一回 连谷城子玉自杀 践土坛晋侯主盟

热门文章

  1. LCA RMQ模版
  2. [2013.10.20]Eclipse配置Git全过程-----------附用EGit不能push的问题解决
  3. 2020东方证券--暑假开发测试工程师--实习笔试经验
  4. openlayers 加载geoserver管线并报警闪烁
  5. 关于Rust中的自引用:差之毫厘?!
  6. 设置了JOB,但是 不执行
  7. java actioncontext_Action访问ActionContext | 学步园
  8. 时间划过的伤痕叫成长
  9. 计算机原理---TCP详解
  10. SELECT语句总结!全!