Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.35 KB

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"
)