AndrewJSchofield commented on code in PR #19602:
URL: https://github.com/apache/kafka/pull/19602#discussion_r2074895175


##########
clients/src/main/resources/common/message/ReadShareGroupStateSummaryResponse.json:
##########
@@ -41,6 +41,8 @@
           "about": "The error message, or null if there was no error." },
         { "name": "StateEpoch", "type": "int32", "versions": "0+",
           "about": "The state epoch of the share-partition." },
+        { "name": "LeaderEpoch", "type": "int32", "versions": "0+",
+          "about": "The leader epoch of the share-partition." },

Review Comment:
   It's an inter-broker RPC. It will not impact 4.0 clients.



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

Reply via email to