[ https://issues.apache.org/jira/browse/KAFKA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17946050#comment-17946050 ]
Nick Guo commented on KAFKA-19178: ---------------------------------- Hi [~chia7712] ,I would like to take this,Thanks! > Replace Vector by ArrayList for PluginClassLoader#getResources > -------------------------------------------------------------- > > Key: KAFKA-19178 > URL: https://issues.apache.org/jira/browse/KAFKA-19178 > Project: Kafka > Issue Type: Improvement > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Priority: Minor > > the vector is a synchronized collection, and in the case we don't need to > sync. Also, we can use `Collections.enumeration` to convert collection to > enumeration easily. -- This message was sent by Atlassian Jira (v8.20.10#820010)