akatona84 commented on PR #13733:
URL: https://github.com/apache/kafka/pull/13733#issuecomment-1558629671

   > Is there any way to decide if a specific file/dir is meant to be a plugin?
   currently the code is only checking whether it is a dir or the extension is 
zip, jar or class. Yet for an unreadable one, you can't decide anything, even 
these. Actual plugin scanning is done bit later
   
   Issues can be:
   io exceptions - reading problems
   url/path problems - bad paths were given (don't see other possible cases)
   
   It would be a breaking change to prevent Connect to start in case of errors 
like these.
   


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

Reply via email to