We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 259ac31 + b68c633 commit 75f6c40Copy full SHA for 75f6c40
1 file changed
packages/kafka/lib/AbstractKafkaConsumer.ts
@@ -202,7 +202,7 @@ export abstract class AbstractKafkaConsumer<
202
})
203
204
// Use pipeline for better error handling and backpressure management.
205
- // pipeline() internally listens for errors on all streams, so no separate
+ // pipeline() internally listens for errors on all streams
206
pipeline(this.consumerStream, this.messageBatchStream).catch((error) =>
207
this.handlerError(error),
208
)
0 commit comments