gabriellefu commented on code in PR #22788:
URL: https://github.com/apache/kafka/pull/22788#discussion_r3588765423


##########
group-coordinator/group-coordinator-api/src/main/java/org/apache/kafka/coordinator/group/api/assignor/streams/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:
   I realized that I didn't added taskid in the kip, i will update it 
accordingly. thanks



-- 
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]

Reply via email to