Chia-Ping Tsai created KAFKA-19178:
--------------------------------------
Summary: 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
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)