Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 610 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 610 Bytes

What is maxwell-sink

Maxwell-sink is an application based on Kafka Connect that consumes JSON messages produced by Maxwell.
Filter and then Converter the message to SQL to be executed.
It's used for synchronizing the data change between two or more MySQL clusters.

What is maxwell

Maxwell is an application that reads MySQL binlogs and writes row updates to Kafka as JSON.
For more details,please visit Maxwell's daemon

How to use maxwell-sink

Just read the maxwell-sink-deploy.docx and modify the maxwell-sink.json to fit your needs.