squah-confluent commented on code in PR #19677: URL: https://github.com/apache/kafka/pull/19677#discussion_r2086658896
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/UniformHomogeneousAssignmentBuilder.java: ########## @@ -152,8 +152,13 @@ public GroupAssignment build() throws PartitionAssignorException { * This method ensures that the original assignment is not copied if it is not * altered. */ + @SuppressWarnings({"CyclomaticComplexity", "NPathComplexity"}) Review Comment: I tried removing them after the latest update and we're still just slightly above the threshold. -- 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