You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Java System Properties
OS Environment Variables
Property files (.properties)
YAML files (.yaml, .yml)
Config Server
Acceptance criteria:
You can configure the HTTP-polling-interval via configuration server
The text was updated successfully, but these errors were encountered:
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:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: