Liking cljdoc? Tell your friends :D

Clojars Project

change log | getting started | documentation

Why?

In (mostly) every kafka consumer we use in our pipeline, the same guarantees are needed: do not move forward until record is successfully consumed (handled without exception), infinitely retry to process failed records and automatically recover. In consequence, we want to manage and commit offsets manually. That's why this abstraction over java consumer API was written.

Features

Usage

Add dependency to project.clj:

Clojars Project

See getting started for more info.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close