Jackdaw is a Clojure library for the Apache Kafka distributed streaming platform. With Jackdaw, you can create and list topics using the AdminClient API, produce and consume records using the Producer and Consumer APIs, and create stream processing applications using the Streams API. Jackdaw also contains functions to serialize and deserialize records as JSON, EDN, and Avro, as well as functions for writing unit and integration tests.
Jackdaw currently only works with Clojure >= 1.10.
This is because we are using the datafy
protocol which was only introduced in 1.10.
You can find all the documentation on cljdoc.
We welcome any thoughts or patches. You can reach us in #jackdaw
(or open an issue).
If you want to get more insight about your topologies, you can use the Topology Grapher library to generate graphs. See an example using jackdaw to check how to integrate it with your topology.
Anyone with the appropriate credentials can "cut a release" of jackdaw using the following steps.
Steps 2 to 6 is essentially git tag $version -m "$title\n\n$description" && git push --tags
Copyright © 2017 Funding Circle
Distributed under the BSD 3-Clause License.
Can you improve this documentation? These fine people already did:
Charles Reese, Andy Chambers, Andrea Crotti, Aaron Probus, Matt Searle, Matthias Margush, Tianxiang Xiong, Reid 'arrdem' McKenzie, Radford Smith & Francisco ViramontesEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close