Re: Recovering High Level Consumer from exceptions

2013-10-29 Thread Joseph Lawson
Thanks. i ended up catching any exception in the consumer thread and retrying the iteration unless i specifically toggled it to dump and quit on error. Sent from my Droid Charge on Verizon 4G LTE Jun Rao wrote: Normally, consumers don't timeout unless you have configured it. You just need to make

Re: Recovering High Level Consumer from exceptions

2013-10-28 Thread Jun Rao
Normally, consumers don't timeout unless you have configured it. You just need to make sure you don't kill the consumer thread if it hits an application error. Thanks, Jun On Mon, Oct 28, 2013 at 5:21 PM, Joseph Lawson wrote: > Hi everyone, > > how should a high level consumer implementation