Skip to content

Commit c43e911

Browse files
Remove comment
1 parent ea23dc9 commit c43e911

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/modules/kafka/src/kafka-container.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export class KafkaContainer extends GenericContainer {
6464

6565
constructor(image: string) {
6666
super(image);
67-
// this.withWaitStrategy(Wait.forLogMessage(/Kafka startTimeMs/));
6867
this.withExposedPorts(KAFKA_PORT).withStartupTimeout(180_000).withEnvironment({
6968
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: "BROKER:PLAINTEXT,PLAINTEXT:PLAINTEXT",
7069
KAFKA_INTER_BROKER_LISTENER_NAME: "BROKER",

0 commit comments

Comments
 (0)