gabriellefu commented on code in PR #22788: URL: https://github.com/apache/kafka/pull/22788#discussion_r3631735142
########## group-coordinator/group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/streams/assignor/GroupAssignment.java: ########## @@ -24,6 +27,8 @@ * * @param members The member assignments keyed by member ID. */ [email protected] [email protected] public record GroupAssignment(Map<String, MemberAssignment> members) { Review Comment: so maybe it's easier to maintain for future evolving as a record? I can change it back and adding the corresponding code today -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
