debezium/dbz

Allow using record_value and record_header with row deletion [DBZ-9583]

Open

#1,421 opened on Dec 11, 2025

View on GitHub
 (7 comments) (1 reaction) (1 assignee)HTML (6 forks)auto 404
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}}.

Contributor guide