DL1231 commented on code in PR #20839:
URL: https://github.com/apache/kafka/pull/20839#discussion_r2638414776
##########
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:
Thanks for flagging this! I have submitted a patch to strictly use raw
`true`.
PR: https://github.com/apache/kafka/pull/21202
--
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]