Skip to content

Commit 75f6c40

Browse files
committed
Merge remote-tracking branch 'origin/feat/improve_kafka_backpreassure' into feat/improve_kafka_backpreassure
2 parents 259ac31 + b68c633 commit 75f6c40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/kafka/lib/AbstractKafkaConsumer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export abstract class AbstractKafkaConsumer<
202202
})
203203

204204
// Use pipeline for better error handling and backpressure management.
205-
// pipeline() internally listens for errors on all streams, so no separate
205+
// pipeline() internally listens for errors on all streams
206206
pipeline(this.consumerStream, this.messageBatchStream).catch((error) =>
207207
this.handlerError(error),
208208
)

0 commit comments

Comments
 (0)