MinatoWu commented on PR #2992: URL: https://github.com/apache/dubbo-go/pull/2992#issuecomment-3263971322
> ## Pull Request Overview > This PR implements hot-loading capacity for configuration files, allowing the application to automatically reload configuration changes without requiring a restart. The implementation adds file system watching capabilities to detect configuration file modifications and triggers hot reloads when changes occur. > > * Adds file system watcher using fsnotify to monitor configuration file changes > * Implements hot reload functionality that updates instanceOptions and logger level dynamically > * Introduces graceful shutdown mechanism for the file watcher with proper cleanup > > **Tip:** Customize your code reviews with copilot-instructions.md. [Create the file](/apache/dubbo-go/new/main/.github?filename=copilot-instructions.md) or [learn how to get started](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot). done -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
