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


##########
core/src/test/java/kafka/testkit/TestKitNodes.java:
##########
@@ -198,7 +177,7 @@ public BootstrapMetadata bootstrapMetadata() {
         return bootstrapMetadata;
     }
 
-    public NavigableMap<Integer, BrokerNode> brokerNodes() {
+    public Map<Integer, BrokerNode> brokerNodes() {

Review Comment:
   please ignore this comment since we create all controllers before brokers, 
and hence the order of brokers is not matter.



-- 
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