Thanks Ian.

Is your consumer multi-threaded? If so can you share how you coordinated
each of the threads so you knew it was 'okay' to commit across all the
threads? I'm stuck on how to do this without really complicating the
consumer.

Thanks,

Chris


On Tue, Jul 9, 2013 at 5:51 PM, Ian Friedman <i...@flurry.com> wrote:

> Hey Chris,
>
> The way I handled this in my application using the High Level Consumer was
> to turn off auto-commit and commit manually after finishing a batch of
> messages (obviously you could do it after every message, but for my
> purposes it was better to have batches)
>
> --
> Ian Friedman
>
>
>

Reply via email to