I am using Kafka 0.8.2.0 (Scala 2.10). In my log files, I see the following message intermittently. This seems like a connectivity issue, but I\'m running both in my localho
It seems like your producer can not connect to kafka broker. I suggest you try to send some messages with kafka console producer in order to verify your system is configured properly.