chia7712 commented on code in PR #16317: URL: https://github.com/apache/kafka/pull/16317#discussion_r1640810468
########## core/src/test/java/kafka/admin/ConfigCommandIntegrationTest.java: ########## @@ -515,14 +524,20 @@ private void deleteAndVerifyConfig(Admin client, Optional<String> brokerId, Set< } private void verifyConfigDefaultValue(Admin client, Optional<String> brokerId, Set<String> config) throws Exception { Review Comment: it is called "verifyConfigDefaultValue" but it takes "broker id". It means the returned configs could be per-broker rather than cluster-wide, right? -- 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