Skip to content

Commit d057615

Browse files
committed
update readme
1 parent ceac517 commit d057615

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
= clj-kafka-x
22

3-
A Clojure library for the Apache Kafka (distributed stream-processing software platform).
3+
A Clojure library for the Apache Kafka (distributed stream-processing software platform).
44

5-
Uses KF protocol and does not rely on ZooKeeper.
5+
Uses KF protocol and does not rely on ZooKeeper.
66

77
NOTE: v0.4.0 version is well tested with Kafka v2.2.x and 2.3.0 with native drivers on Scala 2.11 and 2.12. Still contains zookeeper as a dependency.
88

9-
Tries to be as lightweigh as possible thus depends only on
9+
Tries to be as lightweigh as possible thus depends only on
1010

11-
- `org.apache.kafka/kafka_2.12 "2.3.0"`
12-
- `org.apache.kafka/kafka-clients "2.3.0"`
13-
- `org.apache.zookeeper/zookeeper "3.5.5"`
11+
- `org.apache.kafka/kafka_2.12 "2.5.0"`
12+
- `org.apache.kafka/kafka-clients "2.5.0"`
13+
- `org.apache.zookeeper/zookeeper "3.6.1"`
1414
1515
but excluding `jms`,`jmx*` and logging.
1616

17-
CAUTION: `v0.4.0` may be partially (or even fully!) incompatible with some versions of other libraries that use NIO! If you’re experiencing build problems and/or your application crashed on start - try to update your dependencies by adding `[io.netty/netty-all "4.1.45.Final"]` or newer
17+
CAUTION: `v0.4.x` may be partially (or even fully!) incompatible with some versions of other libraries that use NIO! If you’re experiencing build problems and/or your application crashed on start - try to update your dependencies by adding `[io.netty/netty-all "4.1.45.Final"]` or newer
1818

1919
Current version is:
2020

@@ -27,14 +27,14 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]
2727

2828
[source,clojure]
2929
----
30-
[net.tbt-post/clj-kafka-x "0.4.0"]
30+
[net.tbt-post/clj-kafka-x "0.4.1"]
3131
----
3232

3333
or with explicit NIO
3434

3535
[source, clojure]
3636
----
37-
[net.tbt-post/clj-kafka-x "0.4.0"]
37+
[net.tbt-post/clj-kafka-x "0.4.1"]
3838
[io.netty/netty-all "4.1.45.Final"]
3939
----
4040

0 commit comments

Comments
 (0)