twingly / ecco

:dolphin: MySQL replication binlog parser in JRuby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update mysql-binlog-connector

walro opened this issue · comments

0.3.1 released, we use 0.2.4.

https://github.com/shyiko/mysql-binlog-connector-java/blob/master/changelog.md

Support for "non blocking" mode (equivalent to running mysqlbinlog without --stop-never)

Maybe that could help us somewhere?

0.3.2 has been released now too.

Fractional seconds deserialization on MySQL 5.6.4+ (#103).

Looks like a good thing to have.

There has been many releases, right now 0.13.0 is the latest. We should probably try to keep up with upstream.

Scrolled the changelog, notable stuff:

  • Fixed: race condition that could result in duplicate events to be emitted on reconnect
  • support for MySQL JSON type
  • TIME/DATETIME/TIMESTAMP microseconds precision support
  • MySQL heartbeat support