MySQL Binary Log connector for reading and processing MySQL binlog events.
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
<version>0.21.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a MySQL server and listens for binary log events.
Enable binary logging in MySQL configuration (log-bin) and grant REPLICATION SLAVE privileges.
No dependency data recorded yet.