mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

MySQL Binary Log connector

Results 77 mysql-binlog-connector-java issues
Sort by recently updated
recently updated
newest added

We using debezium kafka connect for our app. Sometime we got error Unknow event type 46 (or Unknow event type 116). We checked mariadb docs but not found any event...

While working with debezium mysql connector v2.4.2 with the below configs -- ``` "database.jdbc.driver":"software.amazon.jdbc.Driver", "database.protocol":"jdbc:aws-wrapper:mysql", "driver.wrapperPlugins": "iam", ``` and db user created with `AWSAuthenticationPlugin`. Snapshot goes fine, but while streaming...

Will the time zone support customization in the future? Currently, the code defaults to GMT and does not support modification.

In mysql version 8.0.39, the Previous-GTIDs event deserialized fine. After updating to mysql version 8.4.3, the Previous-GTIDs event always fails on deserialization even for an empty event. Example for the...

Tried to consume binlog events which contained tagged GTIDs introduced in mysql 8.4, but the event type is always UNKNOWN and data seems to be NULL. To replicate: set gtid_next...