A new version of https://github.com/mixradio/clafka has been released.

clafka is a library providing an idiomatic clojure api for kafka's 
SimpleConsumer and KafkaProducer. It is intended to be used as the basis 
for consumers whose needs are not met by the 
zookeeper consumer that is included with kafka itself.

Since the last announcement:

- A pooled client has been added so you can worry less about finding 
partition leaders.
- publish! and publish-ack! allow you to specify the partition to publish 
to.
- The consumer api is now based on a protocol (IBrokerClient). Both the 
SimpleConsumer and the PooledClient implement this interface.

As always, contributions are very welcome!

Cheers!

Dan

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to