debezium/dbz
Auf GitHub ansehenAllow using record_value and record_header with row deletion [DBZ-9583]
Open
#1.421 geöffnet am 11. Dez. 2025
component/jdbc-connectorgood first issuemigrated-from-jiratype/enhancement
Repository-Metriken
- Stars
- (3 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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}}.