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/16 01:18:44 UTC

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

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



##########
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:
       fix code indentation




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