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

feat: adds the handle.tombstone configuration to the JDBC Sink Connector #245

Closed
wants to merge 1 commit into from

Conversation

sebinsunny
Copy link

This PR adds the handle.tombstone configuration to the JDBC Sink Connector, allowing users to control how tombstone records (representing deletions in Kafka) are handled. When set to true, these null records are skipped.

#165

This PR adds the handle.tombstone configuration to the JDBC Sink Connector, allowing users to control how tombstone records (representing deletions in Kafka) are handled. When set to true, these null records are skipped.

#165
@sebinsunny sebinsunny requested review from a team as code owners July 19, 2023 10:01
@C0urante
Copy link
Contributor

We don't need a connector configuration for this. Instead, you can use the Filter SMT combined with the RecordIsTombstone predicate.

@sebinsunny sebinsunny closed this Jul 9, 2024
@C0urante C0urante deleted the sebinsunny-sink-skip-tombstone-records branch July 9, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants