spring cloud 与 cloud alibaba 版本对照表

Spring cloud的组件

spring官方提供 netflix提供 alibaba提供 其它
注册中心 consul eureka nacos apache(zookeeper)、tencent(paloris北极星)
负载均衡 loadBalancer ribbon dubbo
远程调用 openFeign feign dubbo google(grpc)
熔断器 cricutBreaker hystrix sentinel
网关 gateway zuul第一代 MSE(云原生)
配置中心 config-server nacos 携程(apollo)
监控中心 admin-server apache(skywalking)、permethouse
流控组件 hystrix sentinel
分布式事务 seata LCN/MQ
消息中间件 cloudStream rocketmq kafka/rabbitmq/activitMQ

项目选择的依赖

spring官方提供 netflix提供 alibaba提供 其它
注册中心 nacos
负载均衡 loadBalancer
远程调用 openFeign
熔断器 sentinel
网关 gateway
配置中心 nacos
监控中心 admin-server apache(skywalking)、permethouse
流控组件 sentinel
分布式事务 seata
消息中间件 rocketmq

版本对照

springboot spring cloud cloud alibaba nacos sentinel rocketmq seata
3.2.4 2023.0.1 2023.0.1.0* 2.3.2 1.8.6 5.1.4 2.0.0
3.0.2 2022.0.0 2022.0.0.0* 2.2.1 1.8.6 4.9.4 1.7.0
2.6.13 2021.0.5 2021.0.5.0* 2.2.0 1.8.6 4.9.4 1.6.1
2.6.3 2021.0.1 2021.0.1.0 1.4.2 1.8.3 4.9.2 1.4.2
2.2.5.RELEASE Hoxton.SR3 2.2.1.RELEASE 1.2.1 1.7.1 4.4.0 1.2.0
相关推荐
callJJ21 分钟前
Spring Data Redis 两种编程模型详解:同步 vs 响应式
java·spring boot·redis·python·spring
phltxy1 小时前
Spring Cloud 分布式服务部署实战:从 0 到 1 实现微服务上线
spring·spring cloud·微服务
千寻girling1 小时前
《 Git 详细教程 》
前端·后端·面试
0xDevNull2 小时前
Linux 中 Nginx 代理 Redis 的详细教程
redis·后端
GetcharZp3 小时前
告别 Nginx 手动配置!这款 Go 语言开发的云原生网关,才是容器化时代的真香神器!
后端
RuoyiOffice3 小时前
SpringBoot+Vue3 企业考勤如何处理法定假期?节假日方案、调休补班与工作日判断链路拆解
spring boot·后端·vue·anti-design-vue·ruoyioffice·假期·人力
xmjd msup3 小时前
spring security 超详细使用教程(接入springboot、前后端分离)
java·spring boot·spring
Vane13 小时前
从零开发一个AI插件,经历了什么?
人工智能·后端
952364 小时前
SpringBoot统一功能处理
java·spring boot·后端
rleS IONS4 小时前
SpringBoot中自定义Starter
java·spring boot·后端