shyiko/mysql-binlog-connector-java

Hi , I still have a exception when binlog have TableMap Type

Closed this issue · 0 comments

Failed to deserialize data of EventHeaderV4{timestamp=1540893729000, eventType=TABLE_MAP, serverId=1, headerLength=19, dataLength=58, nextPosition=1350, flags=0}
It's seem the inputstream read end and TableMapEventDataDeserializer setColumnMetadata fail.
I am only modify and add inputStream.skipToTheEndOfTheBlock(); to ignore setColumnMetadata.
mysql version is 5.7.20