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

[Bitsail][Connector] support pg cdc #402

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

xubo123
Copy link
Collaborator

@xubo123 xubo123 commented Feb 15, 2023

Signed-off-by:

Pre-Checklist

Purpose

  1. add cdc jdbc base package, which define the behaviors of emiting all jdbc related datasource change event
  2. support postgres cdc change event connector based on cdc jdbc base module

Approaches

implement emitting change event based on debezium utils

Related Issues

None

New Behavior (screenshots if needed)

N/A

@xubo123 xubo123 changed the title Bitsail support pg cdc [Bitsail][Feature] support pg cdc Feb 15, 2023
@xubo123 xubo123 changed the title [Bitsail][Feature] support pg cdc [Bitsail][Connector] support pg cdc Feb 15, 2023
@@ -88,6 +88,10 @@ interface BaseReaderOptions {
key(READER_PREFIX + "db_name")
.noDefaultValue(String.class);

ConfigOption<String> CONNECTION_TIMEZONE =
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should move to CDC Module not in Common Module

@@ -33,7 +33,6 @@
</properties>

<dependencies>

Copy link
Collaborator

Choose a reason for hiding this comment

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

No changes?

@@ -23,7 +23,7 @@

public interface SourceReader<T, SplitT extends SourceSplit> extends Serializable, AutoCloseable {

void start();
void start() throws Exception;
Copy link
Collaborator

Choose a reason for hiding this comment

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

When we need add exception throw in here?

@yucongcong654
Copy link
Collaborator

Hi xubo123, thanks for your contribution to the BitSail community. we build a group for all contributor.Here is the QR code. If it expires, you can add WeChat ID 13651994967. Look forward to your arrival! @xubo123
WechatIMG132

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

Successfully merging this pull request may close these issues.

None yet

3 participants