Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchical access to configuration subtrees #545

Open
dmlloyd opened this issue Mar 13, 2020 · 1 comment
Open

Hierarchical access to configuration subtrees #545

dmlloyd opened this issue Mar 13, 2020 · 1 comment
Labels
use case 💡 An issue which illustrates a desired use case for the specification

Comments

@dmlloyd
Copy link
Contributor

dmlloyd commented Mar 13, 2020

Description

As a:

  • API user (application developer)
  • SPI user (container or runtime developer)

...I need to be able to:

Model the configuration as a hierarchy, and gain access to a hierarchical subsection of the configuration, treating the configuration key as a whole or partial "path" along the hierarchy.

...which enables me to:

  • Iterate key-value pairs in the configuration more efficiently (currently the entire configuration must be iterated)
  • Reuse configuration-reading code for common configuration subsections without excessive string manipulation

Relates to #334.

@dmlloyd dmlloyd added the use case 💡 An issue which illustrates a desired use case for the specification label Mar 13, 2020
@Emily-Jiang
Copy link
Member

relates to #240

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
use case 💡 An issue which illustrates a desired use case for the specification
Projects
None yet
Development

No branches or pull requests

2 participants