Skip to content

Testkit

Simon Souter edited this page Nov 29, 2016 · 23 revisions

Supports integration testing of Kafka client code by providing helpers that can start an in-process Kafka and Zookeeper server.

Resolve

Artifacts are published to bintray here: Bintray Repo To resolve using sbt, add the following resolver to your build.sbt:

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

And add the dependency:

// Latest release for Kafka 0.9.0.x:
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-testkit" % "0.9.0.0"

// Latest release for Kafka 0.10.1.0:
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-testkit" % "0.10.1.1"