Skip to content

Commit 6ad9e53

Browse files
kciesielskimanub
authored andcommitted
Remove information on backward binary compatibility (#51)
1 parent f852ce4 commit 6ad9e53

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# scalatest-embedded-kafka
22
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.
3-
4-
For Kafka 0.10.0.x support, override `org.apache.kafka % kafka` dependency with older version:
5-
6-
libraryDependencies += "org.apache.kafka" % "kafka" % "0.10.0.1" % test
7-
dependencyOverrides += "org.apache.kafka" % "kafka" % "0.10.0.1"
8-
9-
This override is required because Kafka Broker 0.10.1.0 doesn't support older clients.
103

114
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

0 commit comments

Comments
 (0)