You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@rocketmq.apache.org by "zhaoziyan (JIRA)" <ji...@apache.org> on 2017/03/03 09:18:45 UTC

[jira] [Commented] (ROCKETMQ-117) add telnet port in NameServer , convenient for the user of mq to debug

    [ https://issues.apache.org/jira/browse/ROCKETMQ-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15893965#comment-15893965 ] 

zhaoziyan commented on ROCKETMQ-117:
------------------------------------

https://github.com/apache/incubator-rocketmq/pull/71 
here is my PR 

> 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)