Skip to content

Commit

Permalink
1.添加一些类的注释
Browse files Browse the repository at this point in the history
  • Loading branch information
lklhdu committed Nov 13, 2022
1 parent 5a78570 commit d63a04f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
import java.util.function.Consumer;

/**
* Basic class for data ingestion
* Basic class for data ingestion, includes getting the table schema,
* monitoring the database data via flink cdc and inserting the database data into the data lake.
*/
public abstract class BaseCatalogSync implements Consumer<CallContext> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
import lombok.extern.slf4j.Slf4j;

/**
* Start-up class
* Start-up class, includes parsing configuration files, creating source and sink catalogs
* and calling synchronisation functions
*/
@Slf4j
public class MainRunner {
Expand Down

0 comments on commit d63a04f

Please sign in to comment.