[ https://issues.apache.org/jira/browse/KAFKA-7370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16599394#comment-16599394 ]
ASF GitHub Bot commented on KAFKA-7370: --------------------------------------- rayokota opened a new pull request #5596: KAFKA-7370: Enhance FileConfigProvider to read a dir URL: https://github.com/apache/kafka/pull/5596 This is a backward compatible enhancement to augment FileConfigProvider to read from a directory, where the file names are the keys and the corresponding file contents are the values. The former functionality of reading a Properties file is retained. This will allow for easier integration with secret management systems where each secret is often written to an individual file, such as in some Docker and Kubernetes setups. *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or integration tests are expected for any behaviour change and system tests should be considered for larger changes.* ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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)