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

Support upsert format for kafka source #8055

Closed
hzxa21 opened this issue Feb 20, 2023 · 0 comments · Fixed by #8111
Closed

Support upsert format for kafka source #8055

hzxa21 opened this issue Feb 20, 2023 · 0 comments · Fixed by #8111

Comments

@hzxa21
Copy link
Collaborator

hzxa21 commented Feb 20, 2023

We have supported upsert format in kafka sink, but not yet in kafka source. For completeness, we should support that.

We can refer to flink's doc for the spec: https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/connectors/table/upsert-kafka/. In short, the spec is:

  • Use kafka message key as the primary key.
  • Use null in kafka message value to denote deletion on primary key.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants