xiangwangcheng commented on a change in pull request #821: [RIP-9] Add ta 
CLITools.md file to illustrate the use of  mqadmin management tools
URL: https://github.com/apache/rocketmq/pull/821#discussion_r259210125
 
 

 ##########
 File path: docs/en/CLITools.md
 ##########
 @@ -0,0 +1,1217 @@
+# Instructions on the use of mqadmin Management tools
+
+Before introducing the mqadmin management tool, first declare the following 
points:
+
+1. The method for executing a command is:./mqadmin {command} {args}
+2. Almost all commands need to configure the -n parameter to represent the 
NameServer address, formatted as ip:port;
+3. Almost all commands can get help information with the -h parameter;
+4. If both the brokerAddress (-b) configuration item and the clusterName (-c) 
configuration item are present, the command is executed with the 
brokerAddress.If brokerAddresses are not configured, only one brokerAddress is 
supported for all hosts in the cluster.The format of the -b parameter is 
ip:port and the default value of port is 10911;
 
 Review comment:
   "如果不配置Broker地址,则对集群中所有主机执行命令,只支持一个Broker地址。" => I even don't understand the 
Chinese expression. Please reconfirm it with the author.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to