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
DEBUG A deserialization failure event arrived (io.debezium.connector.mysql.BinlogReader)
java.io.IOException: Unknown event type 40
at com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderV4Deserializer.getEventType(EventHeaderV4Deserializer.java:45)
at com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderV4Deserializer.deserialize(EventHeaderV4Deserializer.java:35)
at com.github.shyiko.mysql.binlog.event.deserialization.EventHeaderV4Deserializer.deserialize(EventHeaderV4Deserializer.java:27)
at com.github.shyiko.mysql.binlog.event.deserialization.EventDeserializer.nextEvent(EventDeserializer.java:213)
at io.debezium.connector.mysql.BinlogReader$1.nextEvent(BinlogReader.java:249)
at com.github.shyiko.mysql.binlog.BinaryLogClient.listenForEventPackets(BinaryLogClient.java:930)
at com.github.shyiko.mysql.binlog.BinaryLogClient.connect(BinaryLogClient.java:594)
at com.github.shyiko.mysql.binlog.BinaryLogClient$7.run(BinaryLogClient.java:838)
at java.lang.Thread.run(Thread.java:748)
Thanks,
The text was updated successfully, but these errors were encountered:
Please add new MySQL replication event type TRANSACTION_PAYLOAD_EVENT. This event type had been added since MySQL 8.0.20.
my.cnf
MySQL source code: https://github.com/mysql/mysql-server/blob/mysql-8.0.21/libbinlogevents/include/binlog_event.h#L348
Error log:
Thanks,
The text was updated successfully, but these errors were encountered: