lucasbru commented on code in PR #20120: URL: https://github.com/apache/kafka/pull/20120#discussion_r2191978513
########## 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: Nope, it was just being used internally, so we don't need the public accessor -- 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