From 02e20ca2f6e6b0bd1f0d387730c10be9e0aff8d1 Mon Sep 17 00:00:00 2001 From: jordan brooks Date: Wed, 28 Feb 2024 10:47:11 +0000 Subject: [PATCH] build --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81abf4fb..b873ee9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ + # Jackdaw · [![Clojars Project](https://img.shields.io/clojars/v/fundingcircle/jackdaw.svg)](https://clojars.org/fundingcircle/jackdaw) [![Code Coverage](https://codecov.io/gh/FundingCircle/jackdaw/branch/master/graph/badge.svg)](https://codecov.io/gh/FundingCircle/jackdaw) [![cljdoc badge](https://cljdoc.org/badge/fundingcircle/jackdaw)](https://cljdoc.org/d/fundingcircle/jackdaw/CURRENT) [![CircleCI](https://circleci.com/gh/FundingCircle/jackdaw.svg?style=shield)](https://circleci.com/gh/FundingCircle/jackdaw) 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.