Closed theyueli closed 3 months ago
Enum types are converted to a String by debezium. It's worth checking perhaps if the initial sync matches in terms of mapped value.
It does, it appears
case CHAR, VARCHAR, TINYTEXT, TEXT, MEDIUMTEXT, LONGTEXT, ENUM, SET -> setString(preparedStatement, parameterIndex, value);
https://issues.redhat.com/browse/DBZ-7792 This is the bug in debezium I think - fixed in 2.7.?
Closing issue as we will upgrade mysql dbz in Q3A
@michel-tricot observed an issue reported on reddit:
https://www.reddit.com/r/dataengineering/comments/1dz1onq/weird_mysql_cdc_binlog_behavior/