chia7712 commented on code in PR #15861: URL: https://github.com/apache/kafka/pull/15861#discussion_r1593356187
########## core/src/test/java/kafka/test/ClusterConfig.java: ########## @@ -53,14 +52,15 @@ public class ClusterConfig { private final Map<String, String> adminClientProperties; private final Map<String, String> saslServerProperties; private final Map<String, String> saslClientProperties; + private final ArrayList<String> tags; Review Comment: Please use interface `List> instead -- 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