“Spring Cloud”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第4行: 第4行:
  
 
通用模式是指像:配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性令牌、全局锁、领导选举、分布式会话、集群状态
 
通用模式是指像:配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性令牌、全局锁、领导选举、分布式会话、集群状态
 +
 +
 +
{| class="wikitable"
 +
! colspan="5" |Spring Cloud
 +
|-
 +
! colspan="2" |Spring Cloud Netflix
 +
! colspan="3" |Spring Cloud Alibaba
 +
|-
 +
!
 +
!
 +
!Seata
 +
处理分布式事务
 +
!Sentinel
 +
实现熔断与限流
 +
!Nacos
 +
服务注册和配置
 +
|}
 +
 +
 +
  
  

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

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

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

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


Spring Cloud
Spring Cloud Netflix Spring Cloud Alibaba
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