Re: Problem in Get Kafka Consumer

2015-11-01 Thread Muqtafi Akhmad
After doing some debugging, I found out that consumer metadata request message has been sent to kafka broker but broker doesn't return any result until timeout I tried to restart kafka broker and finally it works. Is there any explanation for this? Thank you, On Mon, Nov 2, 2015 at 10:39 AM, Muq

Problem in Get Kafka Consumer

2015-11-01 Thread Muqtafi Akhmad
Hello all, I am trying to get consumer metadata from my Java program, using blocking channel as described in this link . The problem is, I always got SocketTimeoutException but when I try to use te