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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# scalatest-embedded-kafka
2
2
A library that provides an in-memory Kafka broker to run your ScalaTest specs against. It uses Kafka 0.9.0.1 and ZooKeeper 3.4.7.
3
3
4
-
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 maintained, I'll be happy to accept PRs and releases but no new functionality will be added*
4
+
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, althgough I'll be happy to accept PRs and produce releases.*
5
5
6
6
Inspired by https://github.com/chbatey/kafka-unit
7
7
@@ -15,7 +15,7 @@ Inspired by https://github.com/chbatey/kafka-unit
15
15
16
16
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
17
17
18
-
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.6.0" % "test"`
18
+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.6.1" % "test"`
19
19
* Have your `Spec` extend the `EmbeddedKafka` trait.
20
20
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
0 commit comments