You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This override is required because Kafka Broker 0.10.1.0 doesn't support older clients.
3
10
4
11
The version supporting Kafka 0.8.x can be found [here](https://github.com/manub/scalatest-embedded-kafka/tree/kafka-0.8) - *this is no longer actively supported, although I'll be happy to accept PRs and produce releases.*
5
12
@@ -17,7 +24,7 @@ Inspired by https://github.com/chbatey/kafka-unit
17
24
18
25
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
19
26
20
-
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.9.0" % "test"`
27
+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.10.0" % "test"`
21
28
* Have your `Spec` extend the `EmbeddedKafka` trait.
22
29
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
0 commit comments