feat(web): overview增加同步任务状态展示

This commit is contained in:
2024-01-11 19:14:13 +08:00
parent 59dd3b29f4
commit 820c8438b1
5 changed files with 213 additions and 5 deletions

View File

@@ -122,6 +122,9 @@ public interface InfoService {
@Get("/info/non_exists_table_by_hdfs")
Boolean nonExistsTableByHdfs(@Query("hdfs") String hdfs);
@Get("/info/all_flink_job_id_and_alias")
ImmutableList<JobIdAndAlias> allFlinkJobIdAndAlias();
@Get("/info/all_flink_job_id")
ImmutableList<Long> allFlinkJobId();