We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea23dc9 commit c43e911Copy full SHA for c43e911
packages/modules/kafka/src/kafka-container.ts
@@ -64,7 +64,6 @@ export class KafkaContainer extends GenericContainer {
64
65
constructor(image: string) {
66
super(image);
67
- // this.withWaitStrategy(Wait.forLogMessage(/Kafka startTimeMs/));
68
this.withExposedPorts(KAFKA_PORT).withStartupTimeout(180_000).withEnvironment({
69
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: "BROKER:PLAINTEXT,PLAINTEXT:PLAINTEXT",
70
KAFKA_INTER_BROKER_LISTENER_NAME: "BROKER",
0 commit comments