We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876f49a commit 983424fCopy full SHA for 983424f
packages/kafka/lib/AbstractKafkaConsumer.ts
@@ -198,6 +198,7 @@ export abstract class AbstractKafkaConsumer<
198
>({
199
batchSize: this.options.batchProcessingOptions.batchSize,
200
timeoutMilliseconds: this.options.batchProcessingOptions.timeoutMilliseconds,
201
+ readableHighWaterMark: this.options.batchProcessingOptions.readableHighWaterMark,
202
})
203
204
// Use pipeline for better error handling and backpressure management.
0 commit comments