forked from shyiko/mysql-binlog-connector-java
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BinlogReader logging EventDataDeserializationException on app startup #50
Comments
I have seen a similar exception as below. Debezium 1.5.4 & mysql-binlog-connector-java 0.25.1 is used. The exception keeps occuring in few seconds and then seem to disappear, and binlog reading resumes
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a Java 11 Spring boot app integrated with Kafka/Debezium.
Versions
On a Mysql (5.7) database database change is made (user dropped/ tables recreated with data) Debezium's binlogreader starts to read the bin logs, but then logs the following Exception
This also is logged on application restart.
The suggested mysqlbinlog command:
Returns
I have no idea why this is happening or how to code around it. The error is not thrown up to the app and handled internally.
Debugging the inputStream where the error is thrown from
with
Does indeed throw
Has anyone else had a similar issue and know what I've got wrong or need to check?
The text was updated successfully, but these errors were encountered: