aloyszhang opened a new pull request, #10412:
URL: https://github.com/apache/inlong/pull/10412
Fixes #10396
### Motivation
The second part of schedule capacity, adding basic schedule capability for
schedule clients and engines based on quartz
### Modifications
1. add default implementations for the scheduling engine
`QuartzScheduleEngine` and schedule client `QuartzScheduleClient` based on
quartz
2. add tests to cover these changes
3. correct the type of `crontabExpression` in `ScheduleInfo` and
`ScheduleInfoRequest` from Integer to String
4. keep the `manager-docker` module as the last module
### Verifying this change
- [ ] This change added tests and can be verified as follows:
- org.apache.inlong.schedule.quartz.QuartzScheduleEngineTest
- org.apache.inlong.schedule.util.ScheduleUtilsTest
### Documentation
- Does this pull request introduce a new feature? (no)
--
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]