Skip to content

ScalaWilliam/akka-stream-kafka-template.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages