Skip to content

nikitapecasa/kafka-flow

 
 

Repository files navigation

kafka-flow

Build Status Coverage Status Codacy Badge version License: MIT

Microsite

https://evolution-gaming.github.io/kafka-flow

Setup

resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

libraryDependencies ++= Seq(
  "com.evolutiongaming" %% "kafka-flow" % "0.4.21",
  // if you want to use Cassandra for storing persistent state
  "com.evolutiongaming" %% "kafka-flow-persistence-cassandra" % "0.4.21",
  // if you want to use predefined metrics
  "com.evolutiongaming" %% "kafka-flow-metrics" % "0.4.21"
)

About

library for reliable processing records received from kafka

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 94.9%
  • JavaScript 4.9%
  • CSS 0.2%