jiafu1115 commented on code in PR #20938:
URL: https://github.com/apache/kafka/pull/20938#discussion_r2657829788


##########
server/src/test/java/org/apache/kafka/server/BootstrapControllersIntegrationTest.java:
##########
@@ -226,27 +226,29 @@ public void testIncrementalAlterConfigs(ClusterInstance 
clusterInstance) throws
     }
 
     private void testIncrementalAlterConfigs(ClusterInstance clusterInstance, 
boolean usingBootstrapControllers) throws Exception {
+        Collection<Integer> nodeIds = usingBootstrapControllers ?
+                clusterInstance.controllerIds() :
+                
List.of(clusterInstance.brokers().values().iterator().next().config().nodeId());

Review Comment:
   @chia7712 done. thanks
   <img width="806" height="220" alt="image" 
src="https://github.com/user-attachments/assets/ef44a76d-9518-4379-a929-e08a50e92f17";
 />
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to