springCloud 整合 Sentinel Nacos RocketMQ Dubbo Seata 如何选择对应的版本

前段时间搭建了一个业务网关,其中限流用到的是阿里的sentinel。

因为选择版本的问题,踩了很大的坑。说实话sentinel的官网真的写的不详细。根本没有提到版本的问题,就跟你引入对应的最新版本的就可以使用。

springboot和sentinel就有很大的兼容性问题,我在创建项目的时候,发现springboot必须选择 2.30 以下,并且大于2.2.0,才能选择引入sentinel。版本不匹配报错还好发现,但是不报错,组件不生效,是真的很难受的。

举一反三,我们在使用任何技术的时候,都不能忽略版本的问题。

这篇文章就是要好好说说,使用阿里的相关组件,包括 Sentinel Nacos RocketMQ Dubbo Seata springcloudAlibaba 如何去选择版本,当这些组件组合的时候如何选择正确的组合版本

 

最权威的应该还是官网

 这是在是springcloud Alibaba git里边推荐的

https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E

 

 先看组件版本关系

springCloud 整合 Sentinel Nacos RocketMQ Dubbo Seata 如何选择对应的版本_第1张图片

 

springboot和springCloud springCloud Alibaba 如何选择版本

springCloud 整合 Sentinel Nacos RocketMQ Dubbo Seata 如何选择对应的版本_第2张图片

你可能感兴趣的:(spring,cloud,alibaba,开发经验)