You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: