LeonHartley commented on code in PR #20839:
URL: https://github.com/apache/kafka/pull/20839#discussion_r2637811884
##########
clients/src/main/resources/common/message/DescribeShareGroupOffsetsResponse.json:
##########
@@ -48,6 +51,8 @@
"about": "The share-partition start offset." },
{ "name": "LeaderEpoch", "type": "int32", "versions": "0+",
"about": "The leader epoch of the partition." },
+ { "name": "Lag", "type": "int64", "versions": "1+", "ignorable":
"true", "default": -1,
Review Comment:
Actually, there are 3:
ReadShareGroupStateSummaryResponse
DescribeShareGroupOffsetsResponse
WriteShareGroupStateRequest
--
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]