[mysql] Received DML 'DELETE FROM `db`.`table`' for processing, binlog probably contains events generated with statement or mixed based replication format
Environment :
- Flink version : 1.13.5
- Flink CDC version: 2.2.0
- Database and version: 5.7.25-log
Caused by: io.debezium.DebeziumException: Received DML 'DELETE FROM db.table' for processing, binlog probably contains events generated with statement or mixed based replication format
This mail could be helpful. Maybe your binlog format changes in some sessions.
Debezium has a issue to fix this DBZ-3949. We could set event.deserialization.failure.handling.mode to warn to skip this failure.
Dupliacted to #1017.
Closing this issue because it was created before version 2.3.0 (2022-11-10). Please try the latest version of Flink CDC to see if the issue has been resolved. If the issue is still valid, kindly report it on Apache Jira under project Flink with component tag Flink CDC. Thank you!