Skip to content

Testkit

simonsouter edited this page Jun 11, 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:
libraryDependencies += "net.cakesolutions" %% "scala-kafka-client-testkit" % "0.8.0"
Clone this wiki locally