[Enhancement] 'ConfigMonitorService' can use jdk 'WatchService' to monitor config change
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 658
- Avg merge
- 11h 29m
- Merged PRs (30d)
- 52
Description
### Search before asking
- [x] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues.
### Enhancement Request
'ConfigMonitorService' can use jdk 'WatchService' to monitor config change
### Describe the solution you'd like
'ConfigMonitorService' can use jdk 'WatchService' to monitor config change, we can refer to the class 'WatchFileManager'.
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Contributor guide
Research direction
Locate ConfigMonitorService and the referenced WatchFileManager class, then compare how configuration changes are currently monitored with the JDK WatchService API. Define the required behavior for detecting config changes and verify it with the repository's existing configuration-monitoring checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100