This commit is the first stage of #6287 In this commit, we support: 1、Sync Job 1)、 Creating sync job and data channel in Fe. 2)、Pause sync job. 3)、Resume sync job. 4)、Stop sync job. 5)、Show sync jobs. 2、Canal 1)、Subscribing and getting the binlog data of canal with creating syncjob.
# fe-common This module is used to store some common classes of other modules. # spark-dpp This module is Spark DPP program, used for Spark Load function. Depends: fe-common # fe-core This module is the main process module of FE. Depends: fe-common, spark-dpp