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][connector-v2][PostgreSQL CDC]Support source PostgreSQL CDC #5417

Closed
wants to merge 7 commits into from

Conversation

ediconss
Copy link

@ediconss ediconss commented Sep 1, 2023

Purpose of this pull request

Check list

@davidzollo davidzollo added the First-time contributor First-time contributor label Sep 7, 2023
@zhilinli123
Copy link
Contributor

zhilinli123 commented Sep 9, 2023

Thank you for your contribution, you can try to merge the latest branch, and the CDC to v2 version of the document changes Specific reference: https://seatunnel.apache.org/docs/2.3.3/connector-v2/source/MySQL-CDC
https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/source/MySQL-CDC.md

}

@TestTemplate
public void testpostgresCdcCheckDataE2e(TestContainer container)
Copy link
Member

Choose a reason for hiding this comment

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

Comment on lines 52 to 53
type = {EngineType.SPARK, EngineType.FLINK},
disabledReason = "Currently SPARK and FLINK do not support cdc")
Copy link
Member

Choose a reason for hiding this comment

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

remove?

Suggested change
type = {EngineType.SPARK, EngineType.FLINK},
disabledReason = "Currently SPARK and FLINK do not support cdc")
type = {EngineType.SPARK},
disabledReason = "Currently SPARK do not support cdc")

Copy link
Author

Choose a reason for hiding this comment

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

remove?

done

@ediconss
Copy link
Author

ediconss commented Dec 6, 2023

Thank you for your contribution, you can try to merge the latest branch, and the CDC to v2 version of the document changes Specific reference: https://seatunnel.apache.org/docs/2.3.3/connector-v2/source/MySQL-CDC https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/source/MySQL-CDC.md

done

@ediconss ediconss closed this Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
First-time contributor First-time contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants