akka-stream-kafka-template.g8

Template for Akka Streams & Kafka. Default impl: mirror a topic onto another one

Stars
14

Batteries included!

Using akka-streams, mirror one Kafka topic to another. Serve as a base building block for any Kafka Stream applications using Scala. Comes with an SBT config, and a .travis.yml that can publish straight to Docker.

Usage

$ sbt new ScalaWilliam/akka-stream-kafka-template.g8

And then look at README.md.

kafka-mirror on Docker Hub

kafka-mirror is automatically built from this template and published to Docker Hub:

Technical choices & relevant documentation

Also, for sbt new support:

Other notes

To regenerate TOC we use markdown-toc:

$ npm install -g markdown-toc
$ markdown-toc -i README.md

Licence