Skip to content

Commit be140d6

Browse files
committed
Updated README.md to highlight end of life for 0.8 branch.
1 parent 7f41a1c commit be140d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# scalatest-embedded-kafka
2-
A library that provides an in-memory Kafka broker to run your ScalaTest specs against. It uses Kafka 0.9.0.0 and ZooKeeper 3.4.7.
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.
33

4-
**NOTE** the _master_ branch is now using Apache Kafka 0.9.x. The version supporting Kafka 0.8.x can be found [here](https://github.com/manub/scalatest-embedded-kafka/tree/kafka-0.8)
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*
55

66
Inspired by https://github.com/chbatey/kafka-unit
77

88
## How to use
99

1010
scalatest-embedded-kafka is available on Bintray and Maven Central, compiled for both Scala 2.10 and 2.11
1111

12-
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.4.3-kafka09" % "test"`
12+
* In your `build.sbt` file add the following dependency: `"net.manub" %% "scalatest-embedded-kafka" % "0.5.0" % "test"`
1313
* Have your `Spec` extend the `EmbeddedKafka` trait.
1414
* Enclose the code that needs a running instance of Kafka within the `withRunningKafka` closure.
1515

0 commit comments

Comments
 (0)