>mqadmin queryMsgByUniqueKey execute error #7889
Unanswered
quanzhou88
asked this question in
Q&A
Replies: 1 comment 3 replies
-
这个方法最后会查询轨迹,这里查询轨迹需要用到retry topic来做路由,5.0 含有proxy的部署模式,产生的retry topic不是这个, 所以没有路由。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Runtime platform environment
Windows 11 家庭中文版 22H2
RocketMQ version
server version: 5.2.0
java client version: 5.0.6
JDK Version
openjdk version "11.0.20"
Describe the problem
I created a Java consumer,The consumer can accept message successfully, but i can't use ./mqadmin consumerProgress to query the consume process. Here is the error:
But check the consumption status of the subscription group normal
Consumer code
Beta Was this translation helpful? Give feedback.
All reactions