b-social/kafka-event-processor

A library for processing kafka events as a stuartsierra component and configured with configurati. Opinionated that the event processing will be wrapped in a jdbc transaction.

Leiningen/Boot

[b-social/kafka-event-processor "0.1.3"]

Clojure CLI/deps.edn

b-social/kafka-event-processor {:mvn/version "0.1.3"}

Gradle

implementation("b-social:kafka-event-processor:0.1.3")

Maven

<dependency>
  <groupId>b-social</groupId>
  <artifactId>kafka-event-processor</artifactId>
  <version>0.1.3</version>
</dependency>