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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ NOTE: Still contains zookeeper as a dependency.
8
8
9
9
Tries to be as lightweigh as possible thus depends only on
10
10
11
-
- `org.apache.kafka/kafka_2.12 "3.3.1"`
12
-
- `org.apache.kafka/kafka-clients "3.3.1"`
13
-
- `org.apache.zookeeper/zookeeper "3.8.0"`
11
+
- `org.apache.kafka/kafka_2.12 "3.4.0"`
12
+
- `org.apache.kafka/kafka-clients "3.4.0"`
13
+
- `org.apache.zookeeper/zookeeper "3.8.1"`
14
14
15
15
but excluding `jms`,`jmx*` and logging.
16
16
17
-
CAUTION: Some build (i.e. `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 an actual version of `[io.netty/netty-all]`
17
+
NOTE: Some builds (for instance of `v0.4.x` branch) may partially (sometimes even fully) be incompatible with some versions of other libraries that also use NIO! If you’re experiencing build problems and/or your application is unexpectedly crashed on start - try check your project dependencies more deeply, may be you will need to correct existing dependencies version or to add an actual version of full`[io.netty/netty-all]`
18
18
19
19
Actual library info:
20
20
@@ -34,7 +34,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]
0 commit comments