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

Support mutability/atomicity #57

Open
m0mus opened this issue Feb 3, 2022 · 1 comment
Open

Support mutability/atomicity #57

m0mus opened this issue Feb 3, 2022 · 1 comment

Comments

@m0mus
Copy link
Contributor

m0mus commented Feb 3, 2022

As an app developer, I want to read multiple configuration values which belong together in an atomic way.

Often business logic doesn't only need a single value but multiple values which belong to each other. like a server hostname, port and path.
It should be possible to read them in a single atomic access.
If we support mutability, we need to ensure the atomic access.

@m0mus m0mus created this issue from a note in Jakarta Config Board (Use Cases) Feb 3, 2022
@m0mus m0mus added this to the 1.0 milestone Feb 17, 2022
@m0mus
Copy link
Contributor Author

m0mus commented Feb 17, 2022

Possibility to get multiple values from the config source in a single request.
We need a mechanism allowing a config source to notify that configuration is changed. Options: notification and direct call.
That notification mechanism must be switchable on and off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants