yx9o commented on code in PR #17681: URL: https://github.com/apache/kafka/pull/17681#discussion_r1831085071
########## group-coordinator/src/main/resources/common/message/ShareGroupTargetAssignmentMemberValue.json: ########## @@ -22,8 +22,10 @@ "fields": [ { "name": "TopicPartitions", "versions": "0+", "type": "[]TopicPartition", "about": "The assigned partitions.", "fields": [ - { "name": "TopicId", "versions": "0+", "type": "uuid" }, - { "name": "Partitions", "versions": "0+", "type": "[]int32" } + { "name": "TopicId", "versions": "0+", "type": "uuid", + "about": "The topic id."}, + { "name": "Partitions", "versions": "0+", "type": "[]int32", + "about": "The partition ids."} Review Comment: Hi @AndrewJSchofield , the modification has been completed, please review it again, thank you. -- 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