Producer connection timing out

2014-10-08 Thread ravi singh
Even though I am able to ping to the broker machine from my producer machine , the producer is throwing below expcetion while connecting to broker. I wanted to increase time out for producer but couldnt find any parameter for that in kafka 8. Any idea whats wrong here? [2014-10-08 09:29:47,762]

Re: Producer connection timing out

2014-10-08 Thread Gwen Shapira
can you check that you can connect on port 9092 from producer to broker? (check with telnet or something similar) ping may succeed when a port is blocked. On Wed, Oct 8, 2014 at 9:40 AM, ravi singh rrs120...@gmail.com wrote: Even though I am able to ping to the broker machine from my producer