flink-cdc
flink-cdc copied to clipboard
optimize the update operation in binlog events
Fixes #40:
Add optional flag capture-unchanged-updates whether to capture the updates if that have no change or not. default true, false to disable, just simply equals the before and after RowData before assigining RowKind.,when before and after are equal, no update is performed.
Hi @wuchong , to avoid the potential PSQLException: ERROR: replication slot "debezium" is active for PID xxx, i added slot.name options in postgres-cdc tests.
Hi @wuchong, could you help to review this ? :)
Hi @shizhengchao , we are busy working on the 1.12 release for Apache Flink (the feature cut will happen on 2nd Nov.). Will review the pull requests after that. Sorry for the delay!
Hello @shizhengchao, sorry for the long delay of this PR. Could you please help rebase it with latest master branch before we can merge this?
Kindly reminder about some refactored packages:
RowDataDebeziumDeserializeSchemacom.alibaba.ververica.cdc.debezium.table→org.apache.flink.cdc.debezium.tableMySQLTableSourceandMySQLTableSourceFactorycom.alibaba.ververica.cdc.connectors.mysql.table→org.apache.flink.cdc.connectors.mysql.tablePostgreSQLTableSourceandPostgreSQLTableFactorycom.alibaba.ververica.cdc.connectors.postgres.table→org.apache.flink.cdc.connectors.postgres.table
Also, there are a lot of new connectors added into Flink CDC since this PR was submitted. Maybe we can bring the capture-unchanged-updates option to more connectors?
Thanks again for your generous contribution!
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.
This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.