lkokhreidze commented on a change in pull request #10851: URL: https://github.com/apache/kafka/pull/10851#discussion_r693150166
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/assignment/ClientState.java ########## @@ -64,6 +66,7 @@ public ClientState() { previousStandbyTasks.taskIds(new TreeSet<>()); previousActiveTasks.taskIds(new TreeSet<>()); + clientTags = new HashMap<>(); Review comment: Good point about client tags being constant. Added it as constructor parameter. -- 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