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

MySQL Binary Log connector

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

I used the CaptureChangeMySQL processor of apache nifi(v1.9.2).I found that only DDL events could be captured.Then i changed binlog format to ROW, it works well, all the DDL and DML...

Our replication of the binlog was fine but after a restart we are seeing the following error when using the binlog connector: ``` java.io.IOException: Unexpected packed number byte 255 at...

Can you support MySQL 6.x and MySQL 7.x?

fix parse JsonBinary type column blank holes error caused by MySql 8.0 partial update performance

https://dev.mysql.com/worklog/task/?id=8960 MySQL 8.0 Optimizing Small Partial Update of LOB when use JSON_SET update a field. JsonBinary.parseObject ``` // Now parse the values ... formatter.beginObject(numElements); for (int i = 0; i...

I am receiving row cells for Varchar and JOSN types in encoded format. Is there any option to decode the values by default ?. Below the configuration and code. `...

We're running into issues connecting from a JDBC connector with error: `The server time zone value 'CDT' is unrecognized or represents more than one time zone. You must configure either...

MySQL 5.6.42 binlog SQL statement resolved by BinaryLogFileReader is incorrect: ``` "BEGINv���" = queryEventData.getSql() ``` mysqlbinlog -H mysql-6-bin.000001 ``` # at 11435 #190917 6:50:08 server id 1000 end_log_pos 11516 CRC32...

Excuse me, what should I do to get mysql5.7 binlog last-committed

I need some clarification on this command: channel.write(new QueryCommand("set @master_heartbeat_period=" + heartbeatInterval * 1000000)); 1. Is this command will set heartbeat interval on mysql server side for this slave specific?...