Fwd: [kafka-clients] Re: Get kafka connection status

2015-08-25 Thread yoel g
Can you help solving this question? Thanks! -- Forwarded message -- From: "yoel g" Date: Aug 25, 2015 16:07 Subject: [kafka-clients] Re: Get kafka connection status To: "kafka-clients" Cc: I forgot to mention that I'm using JAVA with the 0.8.1.1 k

Get kafka connection status

2015-08-30 Thread yoel g
Hey, I want to create a monitor in my code which sample the Kafka connection and updates a file according to connection status (connected\disconnected). Unfortunately, I couldn't find any field in the "ConsumerConnector" class or any other class which indicates what is the status of the connection.