SpringCloud官方、Netflix、Alibaba组件整理
Spring Cloud官方 | Netflix | Alibaba | |
配置中心 | Spring Cloud Config | Archaius | Nacos |
注册中心 | Eureka | Nacos | |
服务调用 | Spring Cloud OpenFeign、RestTemplate | Feign | Dubbo |
负载均衡 | Spring Cloud Load Balancer | Ribbon | Dubbo |
服务容错 | Hystrix | Sentinel | |
API网关 | Spring Cloud Gateway | Zuul | |
消息驱动 | Spring Cloud Stream RabbitMQ/Kafka | Spring Cloud Stream RocketMQ | |
事件总线 | Spring Cloud Bus | Spring Cloud Bus RocketMQ | |
链路追踪 | Spring Cloud Sleuth | ||
分布式事务 | Seata | ||
分布式调度 | SchedulerX |