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
Is your feature request related to a problem? Please describe.
Some server configuration is defined on application.properties or JVM parameters, and get from EnvUtil.
Some config like DistroConfig, PushConfig and AuthConfig only set when server start.
So I think we can add an event to notify this Config when application.properties changed.
Describe the solution you'd like
Can change some config without restarting.
reduce frequently call EnvUtil.getProperties to reduce CPU cost.
Describe alternatives you've considered
Add an event when listen application.properties changed and EnvUtil has updated.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some server configuration is defined on
application.properties
orJVM
parameters, and get from EnvUtil.Some config like
DistroConfig
,PushConfig
andAuthConfig
only set when server start.So I think we can add an event to notify this
Config
whenapplication.properties
changed.Describe the solution you'd like
Describe alternatives you've considered
Add an event when listen
application.properties
changed and EnvUtil has updated.The text was updated successfully, but these errors were encountered: