chia7712 commented on code in PR #16174: URL: https://github.com/apache/kafka/pull/16174#discussion_r1624733788
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/TargetAssignmentBuilder.java: ########## @@ -64,11 +64,11 @@ public static class TargetAssignmentResult { /** * The new target assignment for the group. */ - private final Map<String, Assignment> targetAssignment; + private final Map<String, MemberAssignment> targetAssignment; TargetAssignmentResult( List<CoordinatorRecord> records, - Map<String, Assignment> targetAssignment + Map<String, MemberAssignment> targetAssignment Review Comment: Got it, thanks for sharing. -- 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