[
https://issues.apache.org/jira/browse/ROCKETMQ-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15935738#comment-15935738
]
ASF GitHub Bot commented on ROCKETMQ-117:
-----------------------------------------
GitHub user Ah39 opened a pull request:
https://github.com/apache/incubator-rocketmq/pull/81
Rocketmq 117
https://issues.apache.org/jira/browse/ROCKETMQ-117
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ah39/incubator-rocketmq ROCKETMQ-117
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rocketmq/pull/81.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #81
----
commit a8c4a5a8740e6c07eeaa9714488ea18a2badd073
Author: zhaoziyan <[email protected]>
Date: 2017-03-03T07:14:42Z
add telnetServer
commit d349ee5edd460fcbe041a7f4ba8d43f8965dadc6
Author: zhaoziyan <[email protected]>
Date: 2017-03-03T08:55:59Z
code Style
commit 5e662a2bf567aabd29f6703849a4cc1f5bc424f5
Author: zhaoziyan <[email protected]>
Date: 2017-03-06T04:36:57Z
add apache license
commit dffb20e349980b86fdb3e22b97c2b33a6baffbc9
Author: zhaoziyan <[email protected]>
Date: 2017-03-21T11:46:59Z
Merge branch 'master' of https://github.com/apache/incubator-rocketmq
----
> 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)