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.adoc
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
= clj-kafka-x
2
2
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).
4
4
5
-
Uses KF protocol and does not rely on ZooKeeper.
5
+
Uses KF protocol and does not rely on ZooKeeper.
6
6
7
7
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.
8
8
9
-
Tries to be as lightweigh as possible thus depends only on
9
+
Tries to be as lightweigh as possible thus depends only on
10
10
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"`
14
14
15
15
but excluding `jms`,`jmx*` and logging.
16
16
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
18
18
19
19
Current version is:
20
20
@@ -27,14 +27,14 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]
0 commit comments