mardambey / mypipe

MySQL binary log consumer with the ability to act on changed rows and publish changes to different systems with emphasis on Apache Kafka.

Home Page: http://mardambey.github.io/mypipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use schema-repo instead of built in Avro / schema repo implementation

mardambey opened this issue · comments

Instead of using our own patched Avro and custom schema repository implementation we can use https://github.com/schema-repo/schema-repo.

Commit 666680f starts this work.

In master now, need to figure out why we have to pull in jersey-servlet and jersey-core.