Skip to content

Commit a14d4b3

Browse files
committed
test fix
1 parent 8659a3e commit a14d4b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/kafka/lib/AbstractKafkaConsumer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export abstract class AbstractKafkaConsumer<
200200
this.consumerStream.on('error', (error) => this.handleError(error))
201201
}
202202
} catch (error) {
203-
await this.close() // clean-up
204203
throw new InternalError({
205204
message: 'Consumer init failed',
206205
errorCode: 'KAFKA_CONSUMER_INIT_ERROR',

0 commit comments

Comments
 (0)