Re: Replay Strategies

2014-09-25 Thread Kyle Banker
Thanks, Joel. That's exactly what I need. On Wed, Sep 24, 2014 at 7:01 PM, Joel Koshy wrote: > The consumer iterator returns MessageAndMetadata which includes the > offset. You would need logic in your application to check the offset > if it needs to stop processing after a certain offset. > > O

Re: Replay Strategies

2014-09-24 Thread Joel Koshy
The consumer iterator returns MessageAndMetadata which includes the offset. You would need logic in your application to check the offset if it needs to stop processing after a certain offset. On Wed, Sep 24, 2014 at 12:09:40PM -0600, Kyle Banker wrote: > What are the best ways to replay a portion