josefk31 commented on code in PR #21028:
URL: https://github.com/apache/kafka/pull/21028#discussion_r2941405804
##########
raft/src/main/java/org/apache/kafka/raft/RaftLog.java:
##########
@@ -58,8 +58,15 @@ public interface RaftLog extends AutoCloseable {
/**
* Read a set of records within a range of offsets.
+ *
+ * @param startOffsetInclusive Records later than this offset will be
returned.
+ * @param isolation Whether to read committed (up to high watermark) or
uncommitted data.
+ * @param maxTotalBatchSizeBytes Soft max for number of bytes to retrieve.
Will stop returning batches once the
+ * size of previously returned batches
exceeds maxTotalBatchSizeBytes
Review Comment:
Reworded the comments a bit.
--
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]