mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
MySQL Binary Log connector
from 2020.3.11, the log is below, once/1 mintue: 03-12 00:05:42 Trying to restore lost connection to xxxx:3306 03-12 00:05:42 Connected to to xxxx:3306 at mysql-bin.000059/66627783 (sid:1001, cid:957302) 03-12 00:06:42 Trying...
I went over the history issues and discovered some similiar issues. I am using v0.25.3, and the error message was: ```bash Caused by: com.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializationException: Failed to deserialize data of EventHeaderV4{timestamp=1699588796000,...
After running for a long time, we get an error: ``` Failed to deserialize data of EventHeaderV4{timestamp=1701164723000, eventType=UPDATE_ROWS, serverId=179003860, headerLength=19, dataLength=4255, nextPosition=427381925, flags=0}: com.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializationException: Failed to deserialize data of EventHeaderV4{timestamp=1701164723000,...
Why does the ROTATE event get a different position than the main library, while onDisconnect gets the correct position, and only Filename is correct after flush logs in the main...
All readXxx methods of ByteArrayInputStream, Only a one byte read data from the BufferedSocketInputStream (BufferedSocketInputStream.read(byte [] b, int off, int len) has not used). When the binlog quantity is big,...
I update one column data, like: update A set time = now(); if table A has 1 millon data, it will send 1 millon binlog. In this case, my binlog...
I am trying to get the CDC data from BINLOG from AWS Aurora MySQL with IAM Authentications. I am using Debezium connector. However I am getting error: com.github.shyiko.mysql.binlog.network.AuthenticationException: unsupported authentication...
I don't known What should I do ? Who can help me ? 一、IDEA Run Exception: java.lang.IllegalStateException: Failed to execute CommandLineRunner at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:798) [spring-boot-2.5.0.jar:2.5.0] at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:779) [spring-boot-2.5.0.jar:2.5.0] at org.springframework.boot.SpringApplication.run(SpringApplication.java:344) [spring-boot-2.5.0.jar:2.5.0]...
When i use a normal user,it's throw exception such as 'com.github.shyiko.mysql.binlog.network.AuthenticationException: Client does not support authentication protocol requested by server; consider upgrading MySQL client'. how can i resolve it?
when I try to connect to mysql 5.7+ with ssl and client certificate , it failed with exception: com.github.shyiko.mysql.binlog.network.AuthenticationException: Access denied for user 'test_cert'@'10.100.124.33' (using password: YES) at com.github.shyiko.mysql.binlog.BinaryLogClient.authenticate(BinaryLogClient.java:728) at...