All Projects → ScalaWilliam → akka-stream-kafka-template.g8

ScalaWilliam / akka-stream-kafka-template.g8

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

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to akka-stream-kafka-template.g8

lila-ws
Lichess' websocket server
Stars: ✭ 99 (+607.14%)
Mutual labels:  reactive, akka
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (+8142.86%)
Mutual labels:  reactive, akka
Akka.net
Port of Akka actors for .NET
Stars: ✭ 4,024 (+28642.86%)
Mutual labels:  reactive, akka
Aecor
Pure functional event sourcing runtime
Stars: ✭ 299 (+2035.71%)
Mutual labels:  reactive, akka
Squbs
Akka Streams & Akka HTTP for Large-Scale Production Deployments
Stars: ✭ 1,365 (+9650%)
Mutual labels:  reactive, akka
Akka Grpc
Akka gRPC
Stars: ✭ 361 (+2478.57%)
Mutual labels:  reactive, akka
Lagom Example
Example usage of the Lagom Framework for writing Java-based microservices
Stars: ✭ 20 (+42.86%)
Mutual labels:  reactive, akka
Scala Ddd Example
🎯 λ Hexagonal Architecture + DDD + CQRS applied in Scala using Akka HTTP
Stars: ✭ 86 (+514.29%)
Mutual labels:  akka, sbt
Alpakka Kafka
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,295 (+9150%)
Mutual labels:  reactive, akka
Clickhouse Scala Client
Clickhouse Scala Client with Reactive Streams support
Stars: ✭ 84 (+500%)
Mutual labels:  reactive, akka
scala-web-development
Scala Web 开发 - 使用 Akka
Stars: ✭ 42 (+200%)
Mutual labels:  reactive, akka
Lagom
Reactive Microservices for the JVM
Stars: ✭ 2,590 (+18400%)
Mutual labels:  reactive, akka
Akka
Examples and explanations of how Akka toolkit works
Stars: ✭ 20 (+42.86%)
Mutual labels:  reactive, akka
Outwatch
A purely functional and reactive UI framework
Stars: ✭ 376 (+2585.71%)
Mutual labels:  reactive, sbt
akka-cookbook
提供清晰、实用的Akka应用指导
Stars: ✭ 30 (+114.29%)
Mutual labels:  reactive, akka
Cloudstate
Distributed State Management for Serverless
Stars: ✭ 709 (+4964.29%)
Mutual labels:  reactive, akka
ecommerce
A project for exploring Akka with Scala
Stars: ✭ 24 (+71.43%)
Mutual labels:  akka, sbt
Play Spark Scala
Stars: ✭ 51 (+264.29%)
Mutual labels:  akka, sbt
Akka Http
The Streaming-first HTTP server/module of Akka
Stars: ✭ 1,163 (+8207.14%)
Mutual labels:  reactive, akka
Akka
Build highly concurrent, distributed, and resilient message-driven applications on the JVM
Stars: ✭ 11,938 (+85171.43%)
Mutual labels:  reactive, akka

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].