github-actions[bot] commented on issue #18161: URL: https://github.com/apache/dolphinscheduler/issues/18161#issuecomment-4230504815
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Currently, we use spring-cloud-starter-kubernetes-client-config to watch for configuration changes in Kubernetes ConfigMaps. When a ConfigMap is updated, the corresponding configurations in DolphinScheduler are also refreshed automatically. However, most of the existing configurations do not truly support hot reloading. For example, changes to thread pool settings or service ports will not take effect unless the संबंधित组件 is restarted. This behavior can easily lead to confusion or false expectations. Therefore, we recommend disabling automatic configuration refresh for now. If dynamic configuration management becomes necessary in the future, we can consider integrating with a centralized configuration service. ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
