Skip to content

Commit

Permalink
[hotfix][tests] Await broker shutdown during KafkaTestEnvironmentImpl…
Browse files Browse the repository at this point in the history
…#shutdown
  • Loading branch information
Fabian Paul authored and fapaul committed Dec 14, 2021
1 parent e7cd468 commit df3258c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -372,6 +372,7 @@ public void shutdown() throws Exception {
for (KafkaServer broker : brokers) {
if (broker != null) {
broker.shutdown();
broker.awaitShutdown();
}
}
brokers.clear();
Expand Down

0 comments on commit df3258c

Please sign in to comment.