Re: Monitoring connection with kafka client

2014-10-17 Thread Alex Objelean
ching the logs, the problem is not visible by anybody. Having a listener which is invoked when the connection state is changed is something that is provided by other messaging frameworks. Having this feature added to kafka would be a nice addition. Thanks, Alex On 17 October 2014 10:55, Alex

Re: Monitoring connection with kafka client

2014-10-17 Thread Alex Objelean
, Alex On 16 October 2014 13:09, Alex Objelean wrote: > Hi, > > I'm trying to monitor the kafka connection on the consumer side. In other > words, if the broker cluster is unavailable (or zookeer dies), I would like > to know about that problem as soon as possible. >

Monitoring connection with kafka client

2014-10-16 Thread Alex Objelean
Hi, I'm trying to monitor the kafka connection on the consumer side. In other words, if the broker cluster is unavailable (or zookeer dies), I would like to know about that problem as soon as possible. Unfortunately, I didn't find anything useful to achieve that when using kafka library. Are there