“Spring Cloud”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
第32行: 第32行:
 
服务注册和配置
 
服务注册和配置
 
|}
 
|}
 
 
=== 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
 

2023年2月12日 (日) 00:10的版本

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

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

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

Spring Cloud Netflix

Spring Cloud OpenFeign

Spring Cloud Alibaba

Spring Cloud
Spring Cloud Consul Spring Cloud Netflix Spring Cloud Alibaba
服务注册与发现 Eureka

服务注册与发现

Ribbon

负载均衡服务调用

Seata

处理分布式事务

Sentinel

实现熔断与限流

Nacos

服务注册和配置