/kafka_mirror_maker

How to use kafka's mirror maker v1, v2, custom replication policies, message handlers, etc.

Primary LanguageJava

Kafka mirror maker

Use the kafka mirror maker for replication, disaster recovery, aggregation, streaming, etc. This repository has the examples for my posts.

Kafka docker image

Download my kafka docker image:

docker pull lozuwa/kafka:v2.5.0

Otherwise use the Dockerfile on docker_kafka if you need customization.

docker_mmv1

Build a docker image for mmv1.

mmv2

Build a docker image for mmv2.

References