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 2023/01/11 08:34:51 UTC

[GitHub] [kafka] OneCricketeer commented on pull request #12992: KIP-887: Add ConfigProvider to make use of environment variables

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: jira-unsubscribe@kafka.apache.org

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