[ https://issues.apache.org/jira/browse/KAFKA-7370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16618240#comment-16618240 ]
Robert Yokota commented on KAFKA-7370: -------------------------------------- Recommendation was to add a DirectoryConfigProvider instead. That would likely require a KIP if we decide to add it. > 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 > Priority: Minor > > 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)