You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/05/19 19:12:19 UTC

[GitHub] [kafka] ncliang commented on pull request #10475: KAFKA-12610: Implement PluginClassLoader::getResource

ncliang commented on pull request #10475:
URL: https://github.com/apache/kafka/pull/10475#issuecomment-844392655


   Thanks for review @gharris1727 . I think I address the concern about undeterministic behavior when multiple jars on the plugin path provide the same plugin by introducing a `hideFromPluginPath` boolean on the enum. With this boolean, we can hide the duplicate jar from the plugin path returned in `pluginPath` and avoid the undeterministic behavior. PTAL?


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org