tendant/simple-kafka-client

Not another kafka client libary, instead this is a collection of functions for building kafka client in Clojure.

Leiningen/Boot

[tendant/simple-kafka-client "0.4.0"]

Clojure CLI/deps.edn

tendant/simple-kafka-client {:mvn/version "0.4.0"}

Gradle

implementation("tendant:simple-kafka-client:0.4.0")

Maven

<dependency>
  <groupId>tendant</groupId>
  <artifactId>simple-kafka-client</artifactId>
  <version>0.4.0</version>
</dependency>