Re: [jira] [Created] (KAFKA-7370) Enhance FileConfigProvider to read a directory

2018-08-31 Thread M. Manna
Do you want to raise a KIP and explain the motivation behind it ?

Please ignore if you’re doing that already.

Thanks ,

On Sat, 1 Sep 2018 at 00:15, Robert Yokota (JIRA)  wrote:

> Robert Yokota created KAFKA-7370:
> 
>
>  Summary: Enhance FileConfigProvider to read a directory
>  Key: KAFKA-7370
>  URL: https://issues.apache.org/jira/browse/KAFKA-7370
>  Project: Kafka
>   Issue Type: Improvement
>   Components: config
> Affects Versions: 2.0.0
> Reporter: Robert Yokota
> Assignee: Robert Yokota
>
>
> Currently FileConfigProvider can read a Properties file as a set of
> key-value pairs.  This enhancement is to augment FileConfigProvider so that
> it can also read a directory, where the file names are the keys and the
> corresponding file contents are the values.
>
> This will allow for easier integration with secret management systems
> where each secret is often an individual file, such as in Docker and
> Kubernetes.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)
>


[jira] [Created] (KAFKA-7370) Enhance FileConfigProvider to read a directory

2018-08-31 Thread Robert Yokota (JIRA)
Robert Yokota created KAFKA-7370:


 Summary: Enhance FileConfigProvider to read a directory
 Key: KAFKA-7370
 URL: https://issues.apache.org/jira/browse/KAFKA-7370
 Project: Kafka
  Issue Type: Improvement
  Components: config
Affects Versions: 2.0.0
Reporter: Robert Yokota
Assignee: Robert Yokota


Currently FileConfigProvider can read a Properties file as a set of key-value 
pairs.  This enhancement is to augment FileConfigProvider so that it can also 
read a directory, where the file names are the keys and the corresponding file 
contents are the values.

This will allow for easier integration with secret management systems where 
each secret is often an individual file, such as in Docker and Kubernetes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)