You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/15 10:53:35 UTC

[GitHub] [rocketmq] HScarb commented on a change in pull request #3648: Display GID and Topic with namespace

HScarb commented on a change in pull request #3648:
URL: https://github.com/apache/rocketmq/pull/3648#discussion_r769512686



##########
File path: tools/src/main/java/org/apache/rocketmq/tools/command/stats/StatsAllSubCommand.java
##########
@@ -94,22 +94,22 @@ public static void printTopicDetail(final DefaultMQAdminExt admin, final String
                 if (!activeTopic || (inMsgCntToday > 0) ||
                     (outMsgCntToday > 0)) {
 
-                    System.out.printf("%-32s  %-32s %12d %11.2f %11.2f %14d %14d%n",
-                        UtilAll.frontStringAtLeast(topic, 32),
-                        UtilAll.frontStringAtLeast(group, 32),
-                        accumulate,
-                        inTPS,
-                        outTPS,
-                        inMsgCntToday,
-                        outMsgCntToday
+                    System.out.printf("%-64s  %-64s %12d %11.2f %11.2f %14d %14d%n",
+                            UtilAll.frontStringAtLeast(topic, 64),

Review comment:
       the indent of code does not match `rmq_codeStyle.xml`
   see https://rocketmq.apache.org/docs/code-guidelines/




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org