apoorvmittal10 commented on code in PR #19378:
URL: https://github.com/apache/kafka/pull/19378#discussion_r2037892822
##########
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:
Query: Can't we remove it from Request itself?
--
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]