File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ 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 "2.8 .0"`
12
- - `org.apache.kafka/kafka-clients "2.8 .0"`
13
- - `org.apache.zookeeper/zookeeper "3.7.20 "`
11
+ - `org.apache.kafka/kafka_2.12 "3.0 .0"`
12
+ - `org.apache.kafka/kafka-clients "3.0 .0"`
13
+ - `org.apache.zookeeper/zookeeper "3.7.0 "`
14
14
15
15
but excluding `jms` ,`jmx*` and logging.
16
16
@@ -34,7 +34,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]
34
34
35
35
[source,clojure]
36
36
----
37
- [net.tbt-post/clj-kafka-x "0.5.1 "]
37
+ [net.tbt-post/clj-kafka-x "0.6.0 "]
38
38
----
39
39
40
40
== Usage
Original file line number Diff line number Diff line change 1
- (defproject net.tbt-post /clj-kafka-x " 0.5.1 "
2
- :description " A Clojure wrapper for Apache Kafka v2 client"
1
+ (defproject net.tbt-post /clj-kafka-x " 0.6.0 "
2
+ :description " A Clojure wrapper for Apache Kafka v2/v3 client"
3
3
:url " https://github.com/source-c/clj-kafka-x"
4
4
:license {:name " Apache License 2.0"
5
5
:url " http://www.apache.org/licenses/LICENSE-2.0" }
You can’t perform that action at this time.
0 commit comments