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 2021/07/02 18:19:56 UTC

[GitHub] [kafka] rhauch opened a new pull request #10961: KAFKA-13028: Enable the AbstractConfig to resolve variables in ConfigProviders

rhauch opened a new pull request #10961:
URL: https://github.com/apache/kafka/pull/10961


   **DO NOT MERGE UNTIL IT IS DETERMINED WHETHER THIS REQUIRED A KIP.**
   
   See [KAFKA-13028](https://issues.apache.org/jira/browse/KAFKA-13028)
   
   The AbstractConfig constructor is changed to instantiate and configure each ConfigProvider instance
   in the same order as defined by the 'config.providers' property. And when configuring a ConfigProvider,
   it uses any previously-configured ConfigProvider instances to potentially resolve any variables in
   that ConfigProvider's configuration.
   
   New unit tests are added to verify this change in behavior.
   
   ### 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 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