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] Support ignore delete for Log Table #251

Open
1 of 2 tasks
wuchong opened this issue Dec 23, 2024 · 0 comments · May be fixed by #272
Open
1 of 2 tasks

[Feature][connector] Support ignore delete for Log Table #251

wuchong opened this issue Dec 23, 2024 · 0 comments · May be fixed by #272
Assignees
Labels
component=flink feature New feature or request
Milestone

Comments

@wuchong
Copy link
Member

wuchong commented Dec 23, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

In flink, the join operation may produce retractions, if writing join result into an append-only sink will throw plan exception. However, in some cases, users want to use Log Table as the sink of join operation. We can introduce a sink.ignore-delete option for the sink connector, and ignore deletions when the option is enabled.

Solution

No response

Anything else?

No response

Willingness to contribute

  • I'm willing to submit a PR!
@wuchong wuchong added feature New feature or request component=flink labels Dec 23, 2024
@wuchong wuchong added this to the v0.6 milestone Dec 23, 2024
@loserwang1024 loserwang1024 linked a pull request Dec 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component=flink feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants