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.4"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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