OneCricketeer commented on PR #12992:
URL: https://github.com/apache/kafka/pull/12992#issuecomment-1378401283

   For reference, the workaround I have been using for this is a bash script 
around the connect ones that executes something like   
   
   ```
   env | grep -e ^KAFKA_CONNECT_ENV_ > /tmp/connect.env
   ```
   
   Then use `FileProvider` against that file. 


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