mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
MySQL Binary Log connector
Hello, I have two slaves running against single MariaDB master. After a while I get and error and disconnection (had to dig this error out in debugger, it was swallowed...
TableMapEventData data = event.getData(); TableMapEventMetadata tableMapEventMetadata = data.getEventMetadata(); List columnNames = tableMapEventMetadata.getColumnNames();
Apologies upfront for this rather vague issue report. I'm still filing it, so to raise awareness of a problem we encountered when running the Debezium test suite on Java 15....
Hi, I am working on an app to stream data from binlog to our warehouse. Few of the tables has dynamic_columns which is of blob datatype in mysql and the...
The Upstream repository has the fix for a deadlock issue (https://github.com/shyiko/mysql-binlog-connector-java/issues/321). This impacts our project and hence we need this fix and hence so the others. I have resolved the...
We recently switched over to using your fork rather than the original version, as a result of that I checked the difference between original/"upstream" and this fork, using: https://github.com/osheroff/mysql-binlog-connector-java/compare/master...shyiko:master It...
HI, I'm working on CaptureChangeMySQL processor with nifi version 1.11.4. I just capture the update event of one table when I capture update for 4 tables join. Below is my...
Please see https://issues.apache.org/jira/browse/NIFI-5091 Could you update your fork with that pull request? https://github.com/shyiko/mysql-binlog-connector-java/pull/292
@osheroff thanks for looking into this issue, i am moving this issue here from https://github.com/shyiko/mysql-binlog-connector-java/issues/328 I got the error when i use kafka connect io debizium for mysql. the sql...
Hey @osheroff, Gunnar here from the Debezium team. I just learned about this fork of Shyiko's connector, which he recommends instead of his abandoned one. Are you planning to maintain...