[
https://issues.apache.org/jira/browse/KAFKA-19178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Guo reassigned KAFKA-19178:
--------------------------------
Assignee: Nick Guo (was: Chia-Ping Tsai)
> 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: Nick Guo
> 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)