apoorvmittal10 commented on code in PR #19378:
URL: https://github.com/apache/kafka/pull/19378#discussion_r2037944799


##########
clients/src/main/resources/common/message/ShareFetchRequest.json:
##########
@@ -48,6 +47,8 @@
         "about": "The partitions to fetch.", "fields": [
         { "name": "PartitionIndex", "type": "int32", "versions": "0+",
           "about": "The partition index." },
+        { "name": "PartitionMaxBytes", "type": "int32", "versions": "0",
+          "about": "The maximum bytes to fetch from this partition. 0 when 
only acknowledgement with no fetching is required. See KIP-74 for cases where 
this limit may not be honored." },

Review Comment:
   Yeah, so we won't remove it just deprecate 👍 



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