Open Zengsh123 opened 4 years ago
Please check your dependencies more carefully.
Please check your dependencies more carefully.
我跟官网的例子仔细地核对了一遍,实在搞不清楚哪的依赖出了问题 I checked it carefully with the example on the official website. I really don't know what's wrong with the dependency
spring-cloud-starter-stream-rocketmq 2.1.0.release引入rocketmq包的版本为4.4.0,版本较低,可能与你的mq服务不兼容,检查下服务的版本。
好的,谢谢
你好,你的问题解决了吗
你好,你的问题解决了吗
原因是rocketmq版本太高了,Spring Cloud Stream本身支持的版本太低了,跟不上rocketmq更新的速度
你好,你的问题解决了吗吗
原因是rocketmq版本太高了,Spring Cloud Stream本身支持的版本太低了,跟不上rocketmq更新的速度
是的问题我查到了,我查找了阿里提供的stream和springcloud的stream,发现里面导入的rocketmq都是4.4.0版本的,最多只支持到4.5.0版本,4.6以后rocketmq的代码好像改动了不少,发送消息的时候不用在添加group了,但是stream却不支持了,我看见阿里云仓库里面有第三方的包我尝试了一下,第三方的包是可以支持最新版本的4.7,但是官方版没有使用,我就把版本退回到了4.5
please try the beta version #2029 to see if it solves your problem, or provide us more information to help find the latent bug.
你好,你的问题解决了吗
原因是rocketmq版本太高了,Spring Cloud Stream本身支持的版本太低了,跟不上rocketmq更新的速度
我的rocketmq是4.4.0的版本,依然还是出现这个问题,你是如何解决的呢?
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。 We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component RocketMQ
Describe what problem you have encountered 我按照例子尝试用spring cloud alibaba stream整合rocketMQ发送消息,但是运行不起来,以下是我的代码: I try to use spring cloud Alibaba stream to integrate rocketmq to send messages as an example, but I can't run it. Here is my code:
消息发送类(Message sending tool class)
测试代码(Test code)
遇到错误(error information)
Process finished with exit code -1