rreddy-22 commented on code in PR #16068: URL: https://github.com/apache/kafka/pull/16068#discussion_r1620157517
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/TargetAssignmentBuilder.java: ########## @@ -277,13 +277,22 @@ public TargetAssignmentBuilder removeMember( */ public TargetAssignmentResult build() throws PartitionAssignorException { Map<String, AssignmentMemberSpec> memberSpecs = new HashMap<>(); + Map<String, Map<Uuid, Set<Integer>>> assignedPartitions = new HashMap<>(members.size()); Review Comment: What about the static member case? -- 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