From ced5843faf2a58b7b37ae3c11339dd6ea1af84e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=96=87=E7=AB=A5?= <819878569@qq.com> Date: Thu, 9 Sep 2021 16:17:34 +0800 Subject: [PATCH] Update rocketmq client maven version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 当使用 4.3.0 版本依赖时,当调用同步发送消息代码时,提示:Exception in thread "main" org.apache.rocketmq.client.exception.MQClientException: No route info of this topic,修改为当前最新版本 4.9.1 后问题解决。 --- docs/cn/RocketMQ_Example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cn/RocketMQ_Example.md b/docs/cn/RocketMQ_Example.md index d924ce1d..33967c4b 100644 --- a/docs/cn/RocketMQ_Example.md +++ b/docs/cn/RocketMQ_Example.md @@ -54,7 +54,7 @@ org.apache.rocketmq rocketmq-client - 4.3.0 + 4.9.1 ``` `gradle` -- GitLab