组件替换
帮助文档
SpringCloud: https://spring.io/projects/spring-cloud/
这个网址是各springcloud组件的配置介绍,自己搭建组件环境可以考虑看这个。
Seata: https://seata.io/zh-cn/docs/overview/what-is-seata.html
分布式事务解决的框架,文档介绍很详细,推荐。
Nacos: https://nacos.io/zh-cn/docs/what-is-nacos.html
那个替代Eureka和Config的男人。
Sentinel:https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D
在Hystrix基础上增加了流控规则和持久化,alibaba体系的一员。