-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Conversation
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 |
} | ||
|
||
@TestTemplate | ||
public void testpostgresCdcCheckDataE2e(TestContainer container) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
type = {EngineType.SPARK, EngineType.FLINK}, | ||
disabledReason = "Currently SPARK and FLINK do not support cdc") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
type = {EngineType.SPARK, EngineType.FLINK}, | |
disabledReason = "Currently SPARK and FLINK do not support cdc") | |
type = {EngineType.SPARK}, | |
disabledReason = "Currently SPARK do not support cdc") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
done
# Conflicts: # seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml
done |
Purpose of this pull request
Check list
New License Guide
release-note
.