Cloud升级:
1. 服务注册中心
- Eureka 停更
- Zookeeper 代替
- Consul Go语言(不推荐)
- Nacos Spring cloud Alibaba(推荐)
2. 服务调用
- Ribbon 还在使用
- LoadBalancer 开发中(后续会代替Ribbon)
3. 服务调用2
- Feign 也要停用
- OpenFeign 推荐使用
4. 服务降级
- Hystrix 停更
- resilience4j 官网推荐
- Sentinel Spring cloud Alibaba(推荐)
5. 服务网关
- Zuul 停更
- Zuul2 胎死腹中
- geteway 官网推荐
6. 服务配置
- Config 停更
- Nacos Spring cloud Alibaba(推荐)
7.服务总线
- Bus 停更
- Nacos Spring cloud Alibaba(推荐)
总结: Spring cloud Alibaba 新出的Nacos牛!!!