apache/rocketmq-dashboard

[bug report]click topic status button report error

Opened this issue · 1 comments

  • env:

    • rabbitmq version:4.9.2
    • jdk:8
    • rocketmq-dashborad: use master branch, self build.
  • steps to reproduce:

  1. create a topic named testTopic.
  2. in the dashboard, Topic -> find the "TestTopic".
  3. click the "STATUS" button, report error.
  • What did you expect to see?

info about queues

  • What did you see instead?
image the response of `http://localhost:8001/topic/stats.query?topic=TestTopic` is:
{
    "status": -1,
    "data": null,
    "errMsg": "org.apache.rocketmq.client.exception.MQBrokerException: CODE: 3  DESC:  request type 351 not supported\nFor more information, please visit the url, https://rocketmq.apache.org/docs/bestPractice/06FAQ"
}

要使用旧版的。那个已经打包的。1.0.0版本