hachikuji commented on code in PR #13536: URL: https://github.com/apache/kafka/pull/13536#discussion_r1164424570
########## group-coordinator/src/main/resources/common/message/ConsumerGroupCurrentMemberAssignmentValue.json: ########## @@ -22,16 +22,29 @@ "fields": [ { "name": "MemberEpoch", "versions": "0+", "type": "int32", "about": "The member epoch." }, + { "name": "PreviousMemberEpoch", "versions": "0+", "type": "int32", + "about": "The previous member epoch." }, Review Comment: Could we move some of these comments into the "about" documentation? -- 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