You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/11/18 06:57:00 UTC

[jira] [Created] (FLINK-20205) CDC source shouldn't send UPDATE_BEFORE messages if the downstream doesn't need it

Jark Wu created FLINK-20205:
-------------------------------

             Summary: 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
             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)