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

MySQL Binary Log connector

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

Bumps [testng](https://github.com/cbeust/testng) from 6.8.5 to 7.7.0. Release notes Sourced from testng's releases. TestNG v7.7.0 What's Changed Replace FindBugs by SpotBugs by @​gruenich in cbeust/testng#2781 Gradle: Drop forUseAtConfigurationTime() by @​gruenich in...

dependencies

Hi Can you Please help up with an Issue we are facing when we are reading bin-log suddenly during high traffic we get EOF Exception/ Connection Reset Exception I Read...

For example our MySQL server on Azure requires the following: `jdbc:mysql://...?useSSL=true&requireSSL=true&useTimezone=true&serverTimezone=UTC&enabledTLSProtocols=TLSv1.2` - There's no way to specify those parameters with your connector (and so I get "No appropriate protocol"), after...

![image](https://user-images.githubusercontent.com/48084018/113706959-d218a200-9711-11eb-9525-3d0b01432a67.png) 这里恒为false,请问是需要客户端自行去维护字段索引和字段名称的对应关系吗

How to get only the binlog that listens to the specified db database? Now there are many databases under an instance. By processing event filtering, it is found that the...

Hi When I modify a column data, if the other column value is null, so I use UpdateRowsEventData. GetRows () and WriteRowsEventData getRows () will not be able to get...

solve https://github.com/shyiko/mysql-binlog-connector-java/issues/240

In my project,I found TableMapEventData instance increase always,like this: jmap -histo:live 92694 |head -n 100 ## num #instances #bytes class name 1: 5225216 962730608 [I 2: 10513406 537535568 [C 3:...

As the title describes, I want to know something about the performance of `mysql-binlog-connector-java`. And I would be very grateful if you have any relevant information.

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.15 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies