debezium/dbz
View on GitHubAllow using record_value and record_header with row deletion [DBZ-9583]
Open
#1,421 opened on Dec 11, 2025
component/jdbc-connectorgood first issuemigrated-from-jiratype/enhancement
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
Migrated from DBZ-9583
The JDBC sink connector currently only supports deletion if the connector configuration has set the {{primary.key.mode}} to {{record_key}}.
There's not an immediately obvious reason why we shouldn't be able to support deletion with {{record_value}} (with optional {{primary.key.fields}} set) or {{record_header}}.