mimaison commented on code in PR #19050: URL: https://github.com/apache/kafka/pull/19050#discussion_r2041137300
########## clients/src/main/java/org/apache/kafka/common/internals/Plugin.java: ########## @@ -60,6 +99,13 @@ private static <T> Map<String, String> tags(String key, T instance) { return tags; } + /** + * Wrap a list of instances into Plugins. + * @param instances the instances to wrap Review Comment: This is already mentioned in the class javadoc -- 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