Re: C/C++ Client

2013-04-02 Thread Joel Koshy
Yes - we would be interested in doing that. I have been spending most of my time over the past couple weeks on the C++ library (currently, only for the producer). It is reasonably stable, although it has not been tried and tested in production. I can start with publishing a wiki describing the des

Re: Setting the consumer's offset

2013-04-02 Thread Jun Rao
Currently, we have tools like ImportOffset that can update the starting offset of a consumer in ZK. However, one has to stop all consumers first. We do plan to allow the high level consumer to specify a starting offset in the future when we revisit the consumer design. Some of the details are desc

Re: Setting the consumer's offset

2013-04-02 Thread James Englert
I wrote some code herethat resets the offset. You just need to be sure to set this as the consumer(s) is starting up. I'm not certain if it is the "right way