Skip to content

Commit

Permalink
update because change in 3.7.1 Kafka
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick committed Jul 2, 2024
1 parent a61b9bc commit c995510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public StrimziKafkaContainer waitForRunning() {
if (this.useKraft) {
super.waitingFor(Wait.forLogMessage(".*Transitioning from RECOVERY to RUNNING.*", 1));
} else {
super.waitingFor(Wait.forLogMessage(".*Recorded new controller, from now on will use [node|broker].*", 1));
super.waitingFor(Wait.forLogMessage(".*Recorded new.*controller, from now on will use [node|broker].*", 1));
}
return this;
}
Expand Down

0 comments on commit c995510

Please sign in to comment.