JimmyWang6 commented on code in PR #19820:
URL: https://github.com/apache/kafka/pull/19820#discussion_r2215935427


##########
tools/src/main/java/org/apache/kafka/tools/OffsetsUtils.java:
##########
@@ -69,6 +69,21 @@ public OffsetsUtils(Admin adminClient, OptionParser parser, 
OffsetsUtilsOptions
         this.parser = parser;
     }
 
+    public static void printOffsetsToReset(Map<String, Map<TopicPartition, 
OffsetAndMetadata>> groupAssignmentsToReset) {
+        String format = "%n%-30s %-30s %-10s %-15s";

Review Comment:
   Copy that.



-- 
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: jira-unsubscr...@kafka.apache.org

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

Reply via email to