Skip to content

Commit 85e8d21

Browse files
author
Emanuele Blanco
committed
Reverted README.md to current version.
1 parent ad79ccf commit 85e8d21

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
# scalatest-embedded-kafka
2-
A library that provides an in-memory Kafka broker to run your ScalaTest specs against. It uses Kafka 0.10.1.0 and ZooKeeper 3.4.9.
2+
A library that provides an in-memory Kafka broker to run your ScalaTest specs against. It uses Kafka 0.10.0.1 and ZooKeeper 3.4.9.
33

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, although I'll be happy to accept PRs and produce releases.*
5-
6-
For Kafka 0.10.0.x support, override `org.apache.kafka % kafka` dependency with older version:
7-
8-
libraryDependencies += "org.apache.kafka" % "kafka" % "0.10.0.1" % test
9-
dependencyOverrides += "org.apache.kafka" % "kafka" % "0.10.0.1"
10-
11-
This override is required because Kafka Broker 0.10.1.0 doesn't support older clients.
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, although I'll be happy to accept PRs and produce releases.*
125

136
Inspired by https://github.com/chbatey/kafka-unit
147

0 commit comments

Comments
 (0)