mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
MySQL Binary Log connector
Hey @osheroff, I hope this finds you well. Didn't know how to reach out, hence opening this issue. It seems there hasn't been much activity in this repo, so I...
For MySQL 8 it is possible when partial update is executed that the field names are not follow one after other but is sparsed and filled with garbage in between....
see https://github.com/osheroff/mysql-binlog-connector-java/issues/58
We use Debezium with MySQL connector to get data from a MariaDB server. A few months ago we upgraded our MariaDB to version 10.4 and after that, we started having...
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 **This issue...
### Problem: Currenly java pom.xml defines java version compability like this: https://github.com/osheroff/mysql-binlog-connector-java/blob/9cc270ee804442945ac6ed984be9e8adea460177/pom.xml#L107-L109 But this doesn't work with with java 8 Tested with In macOS Big Sur 11.4 using openjdk 1.8...
Hey @osheroff, I'd like to set up GH Actions so to build and test the project with MySQL 5.7 and 8.0 if a) PRs are sent/updated and b) something gets...
Mysql has added a new feature called visible columns in version 8.0.23 (but we have not used it). https://dev.mysql.com/doc/dev/mysql-server/8.0.21/classbinary__log_1_1Table__map__event.html#a1b84e5b226c76eaf9c0df8ed03ba1393 https://dev.mysql.com/doc/dev/mysql-server/8.0.23/classbinary__log_1_1Table__map__event.html#a1b84e5b226c76eaf9c0df8ed03ba1393 https://dev.mysql.com/doc/refman/8.0/en/invisible-columns.html The binlog connector does not handle the new value...
Hey @osheroff, not sure whether logging an issue is the right avenue for having a more open-ended discussion like this, let me know if I should raise this elsewhere. Anyways,...
Hi, Trying mysql-binlog-connector 0.21.0 against mariadb. Whenever binlog compression is enabled, it throws java.io.IOException: Unknown event type. Is binlog compression supported by mysql-binlog-connector ? Following is how one of the...