kafka-streams-clojure
kafka-streams-clojure copied to clipboard
Clojure transducers interface to Kafka Streams
Results
2
kafka-streams-clojure issues
Sort by
recently updated
recently updated
newest added
In the README, it says ``` This library also provides a number of stateful transducers over Kafka Streams' Stores API for doing joins, windowed aggregates, etc. The goal of this...
Ultimately, this library could provide a data DSL for defining processing topologies that provides equivalent functionality to the Java Builder DSL. See [James Reeves' talk](https://www.youtube.com/watch?v=zznwKCifC1A) for notes about implementing the...
enhancement