You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An InLong group of the offline type is created and approved, and then, the scheduling engine client will register schedule info to the scheduling engine(support built-in quartz engine and third-party engines).
The scheduling engines will generate instances periodically, every instance means the offline sync should execute once.
By now, we have already supported the management of schedule info like configuration/register, etc.
The only remaining part is the scheduling instance's callback to submit a Flink batch job to Flink service.
This part is marked with yellow color in the draw above.
We should implement this part to complete the processing of offline sync jobs.
Use case
Support schedule instance callback to submit Flink batch job
Description
The whole procedure for offline jobs is
![image](https://private-user-images.githubusercontent.com/48062889/341371574-b5f0e0fc-47c6-48be-80d2-e53d88768fb3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODYwMzEsIm5iZiI6MTczOTA4NTczMSwicGF0aCI6Ii80ODA2Mjg4OS8zNDEzNzE1NzQtYjVmMGUwZmMtNDdjNi00OGJlLTgwZDItZTUzZDg4NzY4ZmIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA3MjIxMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY2YTgwYWU1ZTBkZGU4YjM4NTViODI2YjE1YzA5MGY4N2JjZGNhZGM3MTRkM2RmZDdhODc3ZDIxMDZhZTFhMWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TlW3ELp2WNdEBXriI8zq9qBNuJFUtqbmeB69xPGlZUY)
An InLong group of the offline type is created and approved, and then, the scheduling engine client will register schedule info to the scheduling engine(support built-in quartz engine and third-party engines).
The scheduling engines will generate instances periodically, every instance means the offline sync should execute once.
By now, we have already supported the management of schedule info like configuration/register, etc.
The only remaining part is the scheduling instance's callback to submit a Flink batch job to Flink service.
This part is marked with yellow color in the draw above.
We should implement this part to complete the processing of offline sync jobs.
Use case
Support schedule instance callback to submit Flink batch job
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: