Re: Anouncing PyKafka!

2015-06-12 Thread Dillian Murphey
EXCELLENT WORK. Thank you! On Wed, Jun 10, 2015 at 11:19 AM, Keith Bourgoin wrote: > I would guess within a week or two, but it's hard to say for sure. Emmett > Butler, the other main contributor, has been hard at work on it when he has > the time. > > On Wed, Jun 10, 2015 at 12:18 PM Vijay Pat

Re: Anouncing PyKafka!

2015-06-10 Thread Keith Bourgoin
I would guess within a week or two, but it's hard to say for sure. Emmett Butler, the other main contributor, has been hard at work on it when he has the time. On Wed, Jun 10, 2015 at 12:18 PM Vijay Patil wrote: > Thanks a lot Keith for detailed explanation, that will surely help me. > Another

Re: Anouncing PyKafka!

2015-06-10 Thread Vijay Patil
Thanks a lot Keith for detailed explanation, that will surely help me. Another question, I can see AsyncProducer is not yet implemented, any idea by when it can be available? Thanks, Vijay On 10 June 2015 at 18:42, Keith Bourgoin wrote: > Hi Vijay, > > PyKafka support custom partitioners so tha

Re: Anouncing PyKafka!

2015-06-10 Thread Keith Bourgoin
Hi Vijay, PyKafka support custom partitioners so that you can control how the producer distributes messages. Looking at it now, I realize the documentation around this is a bit lacking, so I'll add that. In the meantime, here's an example of how to use the hashing partitioner which is included w

Re: Anouncing PyKafka!

2015-06-10 Thread Vijay Patil
Thanks, a question, does it support keyed Producer? I mean how it works when I have multiple partitions? Will it be able to identify partition based of the key which I pass? On 9 June 2015 at 00:54, Keith Bourgoin wrote: > Hi Kafka folks, > > I'm happy to announce the 1.0 release of PyKafka >

Re: Anouncing PyKafka!

2015-06-08 Thread Magnus Edenhill
That's exciting news, looks very promising! I've added PyKafka to the Clients wiki page. Good work! 2015-06-08 21:24 GMT+02:00 Keith Bourgoin : > Hi Kafka folks, > > I'm happy to announce the 1.0 release of PyKafka > , a new Python driver for Kafka! > > This

Anouncing PyKafka!

2015-06-08 Thread Keith Bourgoin
Hi Kafka folks, I'm happy to announce the 1.0 release of PyKafka , a new Python driver for Kafka! This is an upgrade of an older library, named samsa, which was only compatible with Kafka 0.7.x. We've spent the last few months upgrading it to work with Kafka 0.