Kafka Flow

Kafka Flow

  • Overview
  • Setup
  • Help

›Kafka-Flow

Kafka-Flow

  • Overview
  • Setup
  • FAQ
  • Style Guide
  • Persistence

Setup

To use Kafka Flow in your project, add the following lines to our build.sbt file.

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

lazy val version = "1.0.4" // For cats-effect 3 - compatible version
// lazy val version = "0.6.7" // For cats-effect 2 - compatible version

libraryDependencies ++= Seq(
  "com.evolutiongaming" %% "kafka-flow" % version,
  // if you want to use Cassandra for storing persistent state
  "com.evolutiongaming" %% "kafka-flow-persistence-cassandra" % version,
  // if you want to use Kafka compact topic for storing persistent state
  "com.evolutiongaming" %% "kafka-flow-persistence-kafka" % version,
  // if you want to use predefined metrics
  "com.evolutiongaming" %% "kafka-flow-metrics" % version
)
← OverviewFAQ →
Kafka Flow
Docs
OverviewSetupSources
Community
Twitter
More
GitHubStar
Copyright © 2025 Evolution Gaming