chia7712 commented on code in PR #16127:
URL: https://github.com/apache/kafka/pull/16127#discussion_r1632358372


##########
core/src/test/java/kafka/testkit/KafkaClusterTestKit.java:
##########
@@ -353,6 +354,9 @@ static private void setupNodeDirectories(File baseDirectory,
     private final TestKitNodes nodes;
     private final Map<Integer, ControllerServer> controllers;
     private final Map<Integer, BrokerServer> brokers;
+
+    private final Map<Integer, Boolean> aliveBrokers;

Review Comment:
   > if a broker already shutdown, how can we access the server and check its 
status?
   
   both zk and kraft broker has in-memory state, so maybe you can leverage them?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to