[
https://issues.apache.org/jira/browse/ROCKETMQ-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950477#comment-15950477
]
ASF GitHub Bot commented on ROCKETMQ-117:
-----------------------------------------
Github user zhouxinyu commented on the issue:
https://github.com/apache/incubator-rocketmq/pull/81
Hi @Ah39 ,
I am not sure is this PR a real demand, since we have `mqadmin` tool.
On the other hand, do we have any method to intercept or approve the
requests from telnet client, like a hook?
> add telnet port in NameServer , convenient for the user of mq to debug
> -----------------------------------------------------------------------
>
> Key: ROCKETMQ-117
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-117
> Project: Apache RocketMQ
> Issue Type: Improvement
> Components: rocketmq-namesrv
> Reporter: zhaoziyan
> Assignee: Xiaorui Wang
>
> add telnet port in NameServer . convenient for the user of mq
> to debug . Connection and Offset information
> telnet Nameserver 9875 port
> for example telnet 192.168.186.131 9875
> Welcome . CMD for example
> consumerProgress -g zzHelloSubGroup
> consumerConnection -g zzHelloSubGroup
> producerConnection -t zzHello -g zzHelloSendGroup
> topicStatus -t zzHello
> topicStatus -t zzHello
> #Broker Name #QID #Min Offset #Max Offset #Last Updated
> broker-a 0 0 20 2017-03-03 16:19:36,904
> broker-a 1 0 19 2017-03-03 16:19:36,916
> broker-a 2 0 18 2017-03-03 16:00:37,802
> broker-a 3 0 18 2017-03-03 16:00:37,813
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)