-
Bug
-
Resolution: Done
-
Major
-
1.4.0.Final
-
None
-
False
-
False
-
Undefined
-
-
There are these settings for the connector:
column.include.list |
column.exclude.list |
They allow me to set a number of columns that I want to be replicated and this means that I don't care about the rest of the columns in the replicated tables.
Yet if a table's row receives an update - this triggers the connector to generate a message to Kafka topic irregardless of the set of fields altered by the update.
This is wrong.
The connector should compare the list of updated fields in the updated row with the list of columns that are specified for the replication: if there is no intersection between these lists - then connector should NOT generate a message to kafka.
- split to
-
DBZ-6366 Code Improvements for skip.messages.without.change
- Closed
-
DBZ-6456 Add skip.messages.without.change for non-core connectors
- Closed
- links to
-
RHEA-2023:120698 Red Hat build of Debezium 2.3.4 release