Copilot commented on code in PR #20127: URL: https://github.com/apache/kafka/pull/20127#discussion_r2192246857
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/assignor/StickyTaskAssignor.java: ########## @@ -25,7 +25,6 @@ import java.util.HashSet; import java.util.Iterator; import java.util.Map; -import java.util.Objects; import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; Review Comment: The import of java.util.stream.Collectors is no longer used after removing TaskPairs filtering; consider removing this unused import to clean up dependencies. -- 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