chia7712 commented on code in PR #20446:
URL: https://github.com/apache/kafka/pull/20446#discussion_r2312230645
##########
raft/src/main/java/org/apache/kafka/snapshot/RecordsSnapshotWriter.java:
##########
@@ -57,7 +57,7 @@ private RecordsSnapshotWriter(
snapshot.snapshotId().epoch(),
0,
Integer.MAX_VALUE,
- maxBatchSize,
+ maxBatchSizeBytes,
Review Comment:
Could you please apply the same changes to `BatchAccumulator`?
--
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]