bbejeck commented on code in PR #20120: URL: https://github.com/apache/kafka/pull/20120#discussion_r2190853244
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/streams/assignor/ProcessState.java: ########## @@ -57,10 +57,6 @@ public int capacity() { return capacity; } - public int totalTaskCount() { - return assignedStandbyTasks().size() + assignedActiveTasks().size(); - } - Review Comment: nit: We don't need `totalTaskCount` anymore? I'm guessing no, just asking for clarification. -- 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