Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 359 Bytes

kafka-mover

Move messages from one topic to another.

kafka-mover is a Go library designed to move messages between Apache Kafka topics.

Installation

go get -u github.com/Nizom98/kafka-mover

Quick Start

  1. Create reader Here is simple reader.
  2. Create writer Here is simple writer.
  3. Create mover and move messages.