“Spring Cloud”的版本间的差异
跳到导航
跳到搜索
Jihongchang(讨论 | 贡献) |
Jihongchang(讨论 | 贡献) |
||
第7行: | 第7行: | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | ! | ||
! colspan="5" |Spring Cloud | ! colspan="5" |Spring Cloud | ||
|- | |- | ||
− | ! | + | !Spring Cloud Consul |
+ | !Spring Cloud Netflix | ||
+ | ! | ||
! colspan="3" |Spring Cloud Alibaba | ! colspan="3" |Spring Cloud Alibaba | ||
|- | |- | ||
+ | !服务注册与发现 | ||
!Eureka | !Eureka | ||
服务注册与发现 | 服务注册与发现 | ||
− | + | !Ribbon | |
− | + | 负载均衡服务调用 | |
!Seata | !Seata | ||
处理分布式事务 | 处理分布式事务 | ||
第30行: | 第34行: | ||
=== Spring Cloud Netflix === | === Spring Cloud Netflix === | ||
+ | https://spring.io/projects/spring-cloud-netflix | ||
+ | |||
+ | |||
+ | |||
+ | ==== Eureka ==== | ||
+ | 服务发现 | ||
+ | |||
+ | 包括 spring-cloud-netflix-eureka-client 和 spring-cloud-netflix-eureka-server 两个子项目 | ||
+ | |||
+ | https://github.com/spring-cloud/spring-cloud-netflix | ||
+ | |||
+ | 使用 | ||
+ | |||
− | |||
=== Spring Cloud Alibaba === | === Spring Cloud Alibaba === |
2023年2月12日 (日) 00:03的版本
https://spring.io/projects/spring-cloud
Spring Cloud 为开发者提供了快速构建一些分布式系统中一些通用模式的工具。
通用模式是指像:配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性令牌、全局锁、领导选举、分布式会话、集群状态
Spring Cloud | |||||
---|---|---|---|---|---|
Spring Cloud Consul | Spring Cloud Netflix | Spring Cloud Alibaba | |||
服务注册与发现 | Eureka
服务注册与发现 |
Ribbon
负载均衡服务调用 |
Seata
处理分布式事务 |
Sentinel
实现熔断与限流 |
Nacos
服务注册和配置 |
Spring Cloud Netflix
https://spring.io/projects/spring-cloud-netflix
Eureka
服务发现
包括 spring-cloud-netflix-eureka-client 和 spring-cloud-netflix-eureka-server 两个子项目
https://github.com/spring-cloud/spring-cloud-netflix
使用
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
服务注册和配置