Open Replicator is a high performance MySQL binlog parser written in Java. It unfolds the possibilities that you can parse, filter and broadcast the binlog events in a real time manner.
note
For MySQL 5.6.6 users, binlog_checksum system variable is NOT supported by open-replicator at the moment, please set it to NONE.
svn
svn checkout http://open-replicator.googlecode.com/svn/trunk/ open-replicator-read-only
github
https://github.com/whitesock/open-replicator
releases
1.0.7
* release date: 2014-05-12
* support signed tinyint, smallint, mediumint, int, bigint
1.0.6
* release date: 2014-05-08
* remove dependency commons-lang, log4j
* support MYSQL_TYPE_TIMESTAMP2, MYSQL_TYPE_DATETIME2, MYSQL_TYPE_TIME2
1.0.0
* release date: 2011-12-29
maven
open-replicator open-replicator