LeonHartley commented on code in PR #20839:
URL: https://github.com/apache/kafka/pull/20839#discussion_r2637806816


##########
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:
   😄 I have since made our parser less strict, but yeah just something I 
noticed today - all other protocol files use a raw `true`, seems to be just 
this new one! 



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