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

Add insert-only change stream option #3562

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

Conversation

henneberger
Copy link

Adds the option to do an insert-only stream for connectors that support specifying a changelog mode. This allows debezium connectors to be imported into flink as stream tables to take advantage of flink's strong stream processing capabilities. There is currently no way to convert a all/upsert changelog stream to an insert-only stream with just the flink table api so this appears to be the only workaround.

Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
@github-actions github-actions bot added docs Improvements or additions to documentation postgres-cdc-connector labels Aug 21, 2024
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
@henneberger
Copy link
Author

Let me know if there is anything I should add or do to help close out this PR. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation postgres-cdc-connector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant