Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 929 Bytes

File metadata and controls

24 lines (15 loc) · 929 Bytes

kafka-mirrormaker

This repository contains the artifacts required to build the event-streams-samples/kafka-mirrormaker Docker image.

This image contains Kafka Mirror Maker and can be used to replicate data between clusters.

A prebuilt image is provided on Github Packages, you can use the following command to pull the image:

Running the image in Kubernetes

Instructions for running the event-streams-samples/kafka-mirrormaker image in Kubernetes can be found here.

Building the image

To build the image yourself, complete these steps:

  1. Build the docker image:
    docker build .

If you want to use the sample YAML file, ensure that you update the image name with your own image name.