You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Roman Schmitz (Jira)" <ji...@apache.org> on 2022/11/10 17:45:00 UTC

[jira] [Created] (KAFKA-14376) Add ConfigProvider to make use of environment variables

Roman Schmitz created KAFKA-14376:
-------------------------------------

             Summary: Add ConfigProvider to make use of environment variables
                 Key: KAFKA-14376
                 URL: https://issues.apache.org/jira/browse/KAFKA-14376
             Project: Kafka
          Issue Type: Improvement
          Components: config
            Reporter: Roman Schmitz


So far it is not possible to inject additional configurations stored in environment variables. This topic came up in several projects and would be a useful feature to have as a Kafka config feature similar to file/directory providers, e.g.:

{{config.providers=env}}
{{{}config.providers.env.class=org.apache.kafka.common.config.provider.EnvVarConfigProvider{}}}{{{}ssl.key.password=${env:<...>:KEY_PASSPHRASE}{}}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)