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


##########
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:
   The kafka protocol leverages `Jackson`, which automatically converts strings 
to booleans. That said, we are being liberal in what we accept from the 
protocol files :smile:. In any case, I will file a patch to make the protocol 
files more conservative.



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