Re: Handling error

2013-07-04 Thread Jun Rao
We don't have that documented right now. The easiest thing is to catch all exceptions. Thanks, Jun On Thu, Jul 4, 2013 at 8:34 AM, Calvin Lei wrote: > Hi, is there any documents for exceptions thrown by Kafka? I am trying to > capture errors coming from Kafka. For example, when a producer fai

Handling error

2013-07-04 Thread Calvin Lei
Hi, is there any documents for exceptions thrown by Kafka? I am trying to capture errors coming from Kafka. For example, when a producer fails to connects to zookeeper because it is down. Regards, Cal