Kafka 0.10 Java Client TimeoutException: Batch containing 1 record(s) expired

前端 未结 3 1187
鱼传尺愫
鱼传尺愫 2021-02-15 16:02

I have a single node, multi (3) broker Zookeeper / Kafka setup. I am using the Kafka 0.10 Java client.

I wrote following simple remote (on a different Server than Kafka)

3条回答
  •  悲哀的现实
    2021-02-15 16:45

    Port information in your BOOTSTRAP_SERVERS_CONFIG configuration is incorrect (MYIP:9092).

    As you've mentioned in server.properties as "PLAINTEXT://:9093, PLAINTEXT://:9093, PLAINTEXT://:9094".

提交回复
热议问题