Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support multi-table sink #5620

Merged
merged 9 commits into from
Oct 20, 2023
Merged

Conversation

Hisoka-X
Copy link
Member

@Hisoka-X Hisoka-X commented Oct 13, 2023

Purpose of this pull request

  1. This PR add multi-table sink connector, please refer https://cwiki.apache.org/confluence/display/SEATUNNEL/STIP3-Sink+supports+multi-table+in+one+task
  2. Support multi-table interface for console and jdbc connector.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test

Check list

hailin0
hailin0 previously approved these changes Oct 20, 2023
ruanwenjun
ruanwenjun previously approved these changes Oct 20, 2023
Copy link
Member

@ruanwenjun ruanwenjun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, except two extra change in CheckpointCoordinator.

@@ -170,7 +170,7 @@ public CheckpointCoordinator(
new ArrayDeque<>(coordinatorConfig.getStorage().getMaxRetainedCheckpoints() + 1);
this.scheduler =
Executors.newScheduledThreadPool(
2,
1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to revert this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I missed it. I think it should be 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants