mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
NPE in TableMapEvent deserialization continuously
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?
Note: Nothing happens in this repo any more. Go to : https://github.com/osheroff/mysql-binlog-connector-java