yx9o commented on code in PR #17681:
URL: https://github.com/apache/kafka/pull/17681#discussion_r1855391512


##########
clients/src/main/resources/common/message/ShareFetchResponse.json:
##########
@@ -54,7 +54,8 @@
           "about": "The acknowledge error code, or 0 if there was no 
acknowledge error." },
         { "name": "AcknowledgeErrorMessage", "type": "string", "versions": 
"0+", "nullableVersions": "0+", "default": "null",
           "about": "The acknowledge error message, or null if there was no 
acknowledge error." },
-        { "name": "CurrentLeader", "type": "LeaderIdAndEpoch", "versions": 
"0+", "fields": [
+        { "name": "CurrentLeader", "type": "LeaderIdAndEpoch", "versions": 
"0+",
+          "about": "The current leader for this partition.", "fields": [

Review Comment:
   Modified, please review again, thank you!



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