Looks good! I've added it to the clients page here: https://cwiki.apache.org/confluence/display/KAFKA/Clients
-Ewen On Thu, Jan 7, 2016 at 9:12 AM, Dana Powers <dana.pow...@gmail.com> wrote: > Very nice! > On Jan 7, 2016 04:41, "Pierre-Yves Ritschard" <p...@spootnik.org> wrote: > > > Hi list, > > > > While the 0.9.0.0 client lib is great to work with, I extracted some of > > the facade code I use internally into a library which smooths some > > aspects of interacting with Kafka from Clojure. > > > > The library provides a simple way to build rebalance listeners, > > serializers and deserializers. It also has data representation of all > > Kafka classes. A core.async facade is also available, since production > > and consumption of messages fits well in the channel abstraction that > > core.async provides. > > > > https://github.com/pyr/kinsky, full API documentation is at > > http://pyr.github.io/kinsky. > > > > Cheers, > > - pyr > > > -- Thanks, Ewen