ableegoldman commented on a change in pull request #8541: URL: https://github.com/apache/kafka/pull/8541#discussion_r416237002
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/ClientState.java ########## @@ -86,6 +90,22 @@ private ClientState(final Set<TaskId> activeTasks, this.capacity = capacity; } + public ClientState(final Set<TaskId> previousActiveTasks, + final Set<TaskId> previousStandbyTasks, + final Map<TaskId, Long> taskLagTotals, + final int capacity) { Review comment: I'm having a failure of imagination to see why any task assignor would ever be creating ClientState objects, but I eagerly wait to be enlightened. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org