aloyszhang opened a new pull request, #10445: URL: https://github.com/apache/inlong/pull/10445
Fixes #10360 ### Motivation Combine schedule state transition with group operations. details see description in #10360 The finite state machine for schedule is  ### Modifications 1. add schedule info in `InlongGroupRequest` 2. add configuration `inlong.schedule.engine` to indicate the schedule engine type 3. replace the implementation `QuartzOfflineSyncJob` with the interface `Job` when building quartz job 4. add `ScheduleOperator` to process all the schedule related operations 5. register schedule info to schedule engine after group approved 6. save schedule info when group created 7. update schedule info to schedule engine when group updated 8. delete schedule info when group deleted ### Verifying this change *(Please pick either of the following options)* - [ ] This change is a trivial rework/code cleanup without any test coverage. ### 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]
