josefk31 commented on code in PR #21028:
URL: https://github.com/apache/kafka/pull/21028#discussion_r2687637422


##########
raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java:
##########
@@ -1622,7 +1622,7 @@ private FetchResponseData tryCompleteFetchRequest(
 
             final Records records;
             if (validOffsetAndEpoch.kind() == ValidOffsetAndEpoch.Kind.VALID) {
-                LogFetchInfo info = log.read(fetchOffset, 
Isolation.UNCOMMITTED);
+                LogFetchInfo info = log.read(fetchOffset, 
Isolation.UNCOMMITTED, quorumConfig.fetchMaxSizeBytes());

Review Comment:
   Ooops! I should have read this PR again before asking for review :0 But 
addressed this comment. 



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