bbejeck commented on code in PR #18827:
URL: https://github.com/apache/kafka/pull/18827#discussion_r1946995780


##########
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/taskassignor/StickyTaskAssignorTest.java:
##########
@@ -18,6 +18,7 @@
 package org.apache.kafka.coordinator.group.taskassignor;
 
 import org.apache.kafka.coordinator.group.GroupCoordinatorConfig;
+

Review Comment:
   side cleanup from running checkstyle



##########
tools/src/main/java/org/apache/kafka/tools/streams/StreamsGroupCommand.java:
##########
@@ -223,7 +223,7 @@ private void printMembers(StreamsGroupDescription 
description, boolean verbose)
         }
 
         private void printTaskType(List<StreamsGroupMemberAssignment.TaskIds> 
tasks, String taskType) {
-            System.out.printf("%s\n", taskType + ": " + 
tasks.stream().map(taskId -> taskId.subtopologyId() + ": [" + 
taskId.partitions()).collect(Collectors.joining(",")) + "] ");
+            System.out.printf("%s%n", taskType + ": " + 
tasks.stream().map(taskId -> taskId.subtopologyId() + ": [" + 
taskId.partitions()).collect(Collectors.joining(",")) + "] ");

Review Comment:
   All these changes are related to checkstyle fixes



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