Skip to content

Commit 5282f82

Browse files
Added and updated Kafka clients
- Updated URL for [kafka.clj](https://github.com/helins/kafka.clj) Added these libraries: - [Ketu](https://github.com/AppsFlyer/ketu) a Kafka client with `core.async` integration - [Kinsky](https://github.com/pyr/kinsky) a slightly opinionated Kafka client - [willa](https://github.com/DaveWM/willa) provides a data-driven DSL for Kafka Streams, inspired by Onyx - [ksml](https://github.com/cddr/ksml) provides a data representation for Kafka streams topologies - [noah](https://github.com/blak3mill3r/noah) a Clojure interface for the Kafka Streams API - [rp-jackdaw-clj](https://github.com/rentpath/rp-jackdaw-clj) provides some utility components, using Jackdaw - [kafka-streams-clojure](https://github.com/bobby/kafka-streams-clojure) provides a transducer interface to Kafka streams - [Ottla](https://github.com/chartbeat-labs/ottla) and [Ziggurat](https://github.com/gojek/ziggurat) are frameworks for Kafka processing
1 parent eff6b4c commit 5282f82

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

projects.yml

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4107,7 +4107,61 @@ jackdaw:
41074107

41084108
kafka_clj:
41094109
name: kafka.clj
4110-
url: https://github.com/dvlopt/kafka.clj
4110+
url: https://github.com/helins/kafka.clj
4111+
categories: [Kafka Clients]
4112+
platforms: [clj]
4113+
4114+
ketu:
4115+
name: Ketu
4116+
url: https://github.com/AppsFlyer/ketu
4117+
categories: [Kafka Clients]
4118+
platforms: [clj]
4119+
4120+
kinsky:
4121+
name: Kinsky
4122+
url: https://github.com/pyr/kinsky
4123+
categories: [Kafka Clients]
4124+
platforms: [clj]
4125+
4126+
willa:
4127+
name: willa
4128+
url: https://github.com/DaveWM/willa
4129+
categories: [Kafka Clients]
4130+
platforms: [clj]
4131+
4132+
ksml:
4133+
name: ksml
4134+
url: https://github.com/cddr/ksml
4135+
categories: [Kafka Clients]
4136+
platforms: [clj]
4137+
4138+
noah:
4139+
name: noah
4140+
url: https://github.com/blak3mill3r/noah
4141+
categories: [Kafka Clients]
4142+
platforms: [clj]
4143+
4144+
rp_jackdaw_clj:
4145+
name: rp-jackdaw-clj
4146+
url: https://github.com/rentpath/rp-jackdaw-clj
4147+
categories: [Kafka Clients]
4148+
platforms: [clj]
4149+
4150+
kafka_streams_clojure:
4151+
name: kafka-streams-clojure
4152+
url: https://github.com/bobby/kafka-streams-clojure
4153+
categories: [Kafka Clients]
4154+
platforms: [clj]
4155+
4156+
ottla:
4157+
name: Ottla
4158+
url: https://github.com/chartbeat-labs/ottla
4159+
categories: [Kafka Clients]
4160+
platforms: [clj]
4161+
4162+
ziggurat:
4163+
name: Ziggurat
4164+
url: https://github.com/gojek/ziggurat
41114165
categories: [Kafka Clients]
41124166
platforms: [clj]
41134167

0 commit comments

Comments
 (0)