mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

NPE in TableMapEvent deserialization continuously

Open talha31093 opened this issue 4 years ago • 1 comments

TableMapEventMetadataDeserializer.MetadataFieldType.byCode(inputStream.readInteger(1)); inputStream.readInteger(1) gives 12 and hence, field comes as null, which finally gives an NPE.

MetadataFieldType enum doesn't contain a code for 12. Mysql version: 8.0.23 The Binlog replication fails, even if I move the position to some other file, it still fails with the same error.

We are using mysql-binlog-connector-java 0.20.1 version

Any idea, on why this could be?

talha31093 avatar Aug 21 '21 20:08 talha31093

Note: Nothing happens in this repo any more. Go to : https://github.com/osheroff/mysql-binlog-connector-java

bluebike avatar Aug 23 '21 05:08 bluebike