Spring Cloud Alibaba 微服务技术架构
Spring Cloud Alibaba 微服务技术架构(Gateway + Nacos + Dubbo RPC + Sentinel + Seata + RocketMQ + MySQL 分库分表) has 5 layers: 接入层(统一入口与安全治理), 服务治理与基础组件层(Spring Cloud Alibaba Core), 业务微服务层(Dubbo 高性能 RPC), 数据层(分库分表与持久化), 运行与可观测底座(可选增强).
Key modules include Spring Cloud Gateway, API 治理与观测(可选), Nacos 集群(注册中心 + 配置中心), Sentinel(流量治理:限流/熔断/降级), RocketMQ(异步消息解耦).

Key modules
- Spring Cloud Gateway
- API 治理与观测(可选)
- Nacos 集群(注册中心 + 配置中心)
- Sentinel(流量治理:限流/熔断/降级)
- RocketMQ(异步消息解耦)
- Seata(分布式事务)
- 业务微服务集群(示例:用户/商品/订单/支付)
- Dubbo RPC 调用链(服务间通信)