akatona84 commented on pull request #11371:
URL: https://github.com/apache/kafka/pull/11371#issuecomment-1014579238


   @mimaison , np, thx for following up :)
   
   steps to fail:
   1. create - for example - an environment variable config provider, create a 
jar from it
   2. put it into the plugins directory
   3. configure this config provider in connect-distributed.properties and also 
use it at another config entry. e.g.
   ```
   something=${env:MY_ENVIRONMENT_VARIABLE}
   ```
   4. create a directory within the plugins dir and make it unreadable via 
chmod (chmod 0000 would do the trick)
   5. try to start connect
   
   It proves that connect won't load any plugin not just skipping the 
non-readable one. (And the server dies because of the missing config provider.)
   
   I hope it helps.


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