We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201c6eb commit 06eef9aCopy full SHA for 06eef9a
core/src/main/scala/kafka/log/streamaspect/ElasticLogFileRecords.java
@@ -408,7 +408,7 @@ public long lastOffset() {
408
409
static class StreamSegmentInputStream implements LogInputStream<RecordBatch> {
410
@VisibleForTesting
411
- protected static final int FETCH_BATCH_SIZE = 64 * 1024;
+ protected static final int FETCH_BATCH_SIZE = 512 * 1024;
412
private final ElasticLogFileRecords elasticLogFileRecords;
413
private final Queue<RecordBatch> remaining = new LinkedList<>();
414
private final int maxSize;
0 commit comments