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

Include System-/ENV-Properties into configuration model #18

Open
tingrida opened this issue Mar 13, 2025 · 0 comments
Open

Include System-/ENV-Properties into configuration model #18

tingrida opened this issue Mar 13, 2025 · 0 comments

Comments

@tingrida
Copy link

Currently, there are several properties that can only be set as system or ENV variables. These should be added to the configuration model so that they can also be set via the config server.

We may be able to use a dependency or a framework here to facilitate the runtime updates of these properties. Properties such as the polling interval should be changeable at runtime.

Config Priority:

  1. Java System Properties
  2. OS Environment Variables
  3. Property files (.properties)
  4. YAML files (.yaml, .yml)
  5. Config Server

Acceptance criteria:

  • You can configure the HTTP-polling-interval via configuration server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant