Re: consumer groups in python

2015-03-17 Thread Kasper Mackenhauer Jacobsen
s which are implemented for the JVM only (i.e., Scala > > and Java clients). > > > > > > -Original Message- > > From: Steve Miller [mailto:st...@idrathernotsay.com] > > Sent: Tuesday, March 17, 2015 2:18 PM > > To: users@kafka.apache.org > > Subject: R

Re: consumer groups in python

2015-03-17 Thread Todd Palino
va clients). > > > -Original Message- > From: 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

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. Yo

Re: consumer groups in python

2015-03-17 Thread Steve Miller
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 compatible with what the Scala/Java API does, presumably. On the plus side the python API -- possibly just becaus