Hi all,
I am using Debezium MySQL connector 2.6.1.Final to read a MySQL database table, but currently Debezium cannot read the binlog as it encounters an error that internal schema size does not match row size. The table being read is generating a column made by a a HASH which is not in the original schema but is included in event updates in the binling, which leads to the mismatch in row and schema size. I have attempted to restart the connector in various snapshot modes but had no success.
If there is a configuration that enables HASH columns to be included in the schema please let me know.
Thank you in advance.