Hey guys, I want to collect data about rocketmq server node, to see the current tps on the node and how topics contribute to the broker tps. Then I collect server total tps from DefaultMQAdminExt.fetchBrokerRuntimeStats, then I get topic level minute tps from mqAdmin.viewBrokerStatsData . Today, I encounter a problem. The broker data goes high, but the topic level is normal. I suspect, the retry lead to this problem. Then I check the code, I found the topic list, get from mqAdmin.fetchAllTopicList() didn't include the SCHEDULE_TOPIC_XXXX, and I can't get the tps for those send back to retry queue. Any help? Justin Liu
ZTO express
