Re: consumer groups in python

2015-03-17 Thread Kasper Mackenhauer Jacobsen
] Sent: Tuesday, March 17, 2015 2:18 PM To: users@kafka.apache.org Subject: Re: consumer groups in python It's possible that I just haven't used it but I am reasonably sure that the python API doesn't have a way to store offsets in ZK. You would need to implement something more or less

consumer groups in python

2015-03-17 Thread Sloot, Hans-Peter
Hi, I wrote a small python script to consume messages from kafka. The consumer is defined as follows: kafka = KafkaConsumer('my-replicated-topic', metadata_broker_list=['localhost:9092'], group_id='my_consumer_group',

Re: consumer groups in python

2015-03-17 Thread Todd Palino
[mailto:st...@idrathernotsay.com] Sent: Tuesday, March 17, 2015 2:18 PM To: users@kafka.apache.org Subject: Re: consumer groups in python It's possible that I just haven't used it but I am reasonably sure that the python API doesn't have a way to store offsets in ZK. You would need

RE: consumer groups in python

2015-03-17 Thread Sloot, Hans-Peter
: Steve Miller [mailto:st...@idrathernotsay.com] Sent: Tuesday, March 17, 2015 2:18 PM To: users@kafka.apache.org Subject: Re: consumer groups in python It's possible that I just haven't used it but I am reasonably sure that the python API doesn't have a way to store offsets in ZK. You would need