Kafka Error in I/O java.io.EOFException: null

后端 未结 2 535
萌比男神i
萌比男神i 2020-12-31 19:20

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

2条回答
  •  醉酒成梦
    2020-12-31 20:20

    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.

提交回复
热议问题