gharris1727 commented on PR #20612:
URL: https://github.com/apache/kafka/pull/20612#issuecomment-3534237817

   @chia7712 @majialoong I don't think this change is correct.
   
   The instantiation of the config must happen after the call to 
`plugins.compareAndSwapWithDelegatingLoader();`, otherwise plugin classes which 
are referenced within the body of the worker config but only present within the 
plugin.path won't be loadable.
   
   e.g. a custom override policy is installed on the plugin.path and not the 
classpath, and is no longer able to be found during worker startup, or is 
initialized with the wrong thread context class loader.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to