“Spring Cloud”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第12行: 第12行:
 
! colspan="3" |Spring Cloud Alibaba
 
! colspan="3" |Spring Cloud Alibaba
 
|-
 
|-
!
+
!Eureka
 +
 
 +
服务注册与发现
 +
 
 
!
 
!
 
!Seata
 
!Seata

2023年2月11日 (六) 23:51的版本

https://spring.io/projects/spring-cloud

Spring Cloud 为开发者提供了快速构建一些分布式系统中一些通用模式的工具。

通用模式是指像:配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性令牌、全局锁、领导选举、分布式会话、集群状态


Spring Cloud
Spring Cloud Netflix Spring Cloud Alibaba
Eureka

服务注册与发现

Seata

处理分布式事务

Sentinel

实现熔断与限流

Nacos

服务注册和配置



Spring Cloud Netflix

1

Spring Cloud Alibaba

https://github.com/alibaba/spring-cloud-alibaba


Seata

处理分布式事务

https://seata.io/zh-cn/index.html

https://github.com/seata/seata


Sentinel

Sentinel: The Sentinel of Your Microservices

实现熔断与限流

https://sentinelguard.io/zh-cn/

https://github.com/alibaba/Sentinel


Nacos

Nacos: Dynamic Naming and Configuration Service

服务注册和配置

https://nacos.io/zh-cn/

https://github.com/alibaba/Nacos