stardustman opened a new issue, #173:
URL: https://github.com/apache/rocketmq-dashboard/issues/173

   - 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?
   <img width="1790" alt="image" 
src="https://github.com/apache/rocketmq-dashboard/assets/22998204/f65c0a58-31c4-452a-a48c-3ffb10a6b000";>
   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";
   }
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to