Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 438 Bytes

Clojars Project

Kafunc

A less imperative approach to Kafka

Kafunc is a library to provide a means to interact with Kafka topics as if they were a Clojure seq. They are lazily created by polling a consumer, and further polls are only done when the end of that seq is reached. Similarly, a seq of records can be sent to various topics/partitions.