Skip to content

Testkit

Simon Souter edited this page May 16, 2016 · 23 revisions

Scala Kafka Client Testkit

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:
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-testkit" % "0.7.0"
Clone this wiki locally