“Spring Cloud”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
第24行: | 第24行: | ||
!三级项目 | !三级项目 | ||
|- | |- | ||
− | ! rowspan=" | + | ! rowspan="16" |Spring Cloud |
− | |Spring Cloud Alibaba | + | | rowspan="3" |Spring Cloud Alibaba |
|Nacos | |Nacos | ||
注册中心 | 注册中心 | ||
+ | |- | ||
+ | |Sentinel | ||
+ | 熔断与限流 | ||
+ | |- | ||
+ | |Seata | ||
+ | 分布式事务 | ||
|- | |- | ||
|Spring Cloud Bus | |Spring Cloud Bus | ||
第33行: | 第39行: | ||
|- | |- | ||
|Spring Cloud Circuit Breaker | |Spring Cloud Circuit Breaker | ||
+ | | | ||
+ | |- | ||
+ | |Spring Cloud Config | ||
+ | 分布式配置中心 | ||
| | | | ||
|- | |- | ||
第45行: | 第55行: | ||
| | | | ||
|- | |- | ||
− | |Spring Cloud Netflix | + | | rowspan="3" |Spring Cloud Netflix |
− | | | + | |Eureka(client、server) |
注册中心 | 注册中心 | ||
+ | |- | ||
+ | |Hystrix | ||
+ | 熔断器 | ||
+ | |- | ||
+ | |Ribbon | ||
+ | 客户端负载均衡 | ||
|- | |- | ||
|Spring Cloud Sleuth | |Spring Cloud Sleuth | ||
第80行: | 第96行: | ||
!Ribbon | !Ribbon | ||
客户端负载均衡 | 客户端负载均衡 | ||
+ | !Sentinel | ||
+ | 熔断与限流 | ||
!Seata | !Seata | ||
分布式事务 | 分布式事务 | ||
− | |||
− | |||
!Nacos | !Nacos | ||
服务注册和发现 | 服务注册和发现 | ||
|} | |} |
2023年3月6日 (一) 05:37的版本
https://spring.io/projects/spring-cloud
Spring Cloud 为开发者提供了快速构建一些分布式系统中一些通用模式的工具。
通用模式是指像:配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性令牌、全局锁、领导选举、分布式会话、集群状态
Spring Cloud Netflix
一级项目 | 二级项目 | 三级项目 |
---|---|---|
Spring Cloud | Spring Cloud Alibaba | Nacos
注册中心 |
Sentinel
熔断与限流 | ||
Seata
分布式事务 | ||
Spring Cloud Bus | ||
Spring Cloud Circuit Breaker | ||
Spring Cloud Config
分布式配置中心 |
||
Spring Cloud Consul
注册中心 |
||
Spring Cloud Gateway | ||
Spring Cloud OpenFeign | ||
Spring Cloud Netflix | Eureka(client、server)
注册中心 | |
Hystrix
熔断器 | ||
Ribbon
客户端负载均衡 | ||
Spring Cloud Sleuth | ||
Spring Cloud Stream | ||
Spring Cloud Zookeeper
注册中心 |
||
…… |
Spring Cloud | |||||
---|---|---|---|---|---|
Spring Cloud Consul | Spring Cloud Netflix | Spring Cloud Alibaba | |||
服务发现 | Eureka
服务发现 spring-cloud-netflix-eureka-client、 spring-cloud-netflix-eureka-server |
Ribbon
客户端负载均衡 |
Sentinel
熔断与限流 |
Seata
分布式事务 |
Nacos
服务注册和发现 |