maxwell

Reads MySQL binlogs and writes row updates as JSON to Kafka

brewmacoslinux
Try with needOr install directly
Source

About

Reads MySQL binlogs and writes row updates as JSON to Kafka

Commands

maxwell

Examples

Start Maxwell with default configuration to capture MySQL changes$ maxwell --user=maxwell_user --password=password --host=localhost
Run Maxwell with custom config file specifying Kafka broker$ maxwell --config=/etc/maxwell/config.properties
Capture only specific database changes and output to Kafka topic$ maxwell --user=maxwell_user --password=password --database=mydb --kafka_topic=db_changes