panzhi33 commented on pull request #3648:
URL: https://github.com/apache/rocketmq/pull/3648#issuecomment-996405787


   > I think it is feasible to increase the string display length, but I have 
another method to solve this problem. Using NamespaceUtil.withoutNamespace to 
hide the MQ instance ID
   > 
   > ```
   > System.out.printf("%-32s  %-32s %12d %11.2f %11.2f %14d %14d%n",
   >                         
UtilAll.frontStringAtLeast(NamespaceUtil.withoutNamespace(topic), 32),
   >                         
UtilAll.frontStringAtLeast(NamespaceUtil.withoutNamespace(group), 32),
   >                         accumulate,
   >                         inTPS,
   >                         outTPS,
   >                         inMsgCntToday,
   >                         outMsgCntToday
   >                     );
   > ```
   
   This will cause problems with duplicate names


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to