Python kafka client benchmarks

2016-06-15 Thread John Dennison
My team has published a post comparing python kafka clients. Might be of interest to python users. http://activisiongamescience.github.io/2016/06/15/Kafka-Client-Benchmarking/

Re: Larger Size Error Message

2016-03-06 Thread John Dennison
Guozhang, Do you know the ticket for for changing the "batching criterion from #.messages to bytes." I am unable to find it. Working on porting a similar change to pykafka. John On Sat, Mar 5, 2016 at 4:29 PM, Guozhang Wang wrote: > Hello, > > Did you have compression turned on and batching

Compacted topic earliest offset request

2016-02-10 Thread John Dennison
Greetings, I have a question regarding the earliest offset request for compacted topic. I wanted to confirm what the expected behavior is. I am using Kafka 0.8.2. I have a topic where the compaction thread has run. When I request the earliest offset like so: bin/kafka-run-class.sh kafka.tools.G