[
https://issues.apache.org/jira/browse/FLINK-20205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-20205.
---------------------------
Resolution: Fixed
This has been fixed by FLINK-19795.
> CDC source shouldn't send UPDATE_BEFORE messages if the downstream doesn't
> need it
> ----------------------------------------------------------------------------------
>
> Key: FLINK-20205
> URL: https://issues.apache.org/jira/browse/FLINK-20205
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Jark Wu
> Assignee: Leonard Xu
> Priority: Major
> Fix For: 1.12.0
>
>
> Currently, the CDC source will always generate UPDATE_BEFORE and UPDATE_AFTER
> messages for update. However, many downstream operators don't need the
> UDPATE_BEFORE, e.g. temporal join and upsert sink. Currently,
> {{debezium-cdc-source => upsert-kafka}} will generate lots of tombstone
> messages, which is quite not efficient.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)