aloyszhang opened a new pull request, #10437: URL: https://github.com/apache/inlong/pull/10437
Fixes #10436 ### Motivation https://github.com/apache/inlong/pull/9865 Support submits a Flink job for offline sync, and the schedule status is saved with an inlong stream. But for the real-time sync job, there is only one stream in a group(one Flink job one stream), to keep consistency, we should keep the schedule information at the group level. ### Modifications 1. remove schedule register status in stream ext info 2. add schedule register status in group ext info 3. fix the package path error of manager-schedule ### 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]
