Skip to content

Commit 983424f

Browse files
committed
Minor change
1 parent 876f49a commit 983424f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/kafka/lib/AbstractKafkaConsumer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export abstract class AbstractKafkaConsumer<
198198
>({
199199
batchSize: this.options.batchProcessingOptions.batchSize,
200200
timeoutMilliseconds: this.options.batchProcessingOptions.timeoutMilliseconds,
201+
readableHighWaterMark: this.options.batchProcessingOptions.readableHighWaterMark,
201202
})
202203

203204
// Use pipeline for better error handling and backpressure management.

0 commit comments

Comments
 (0)