ERROR Error when sending message to topic

前端 未结 13 2233
借酒劲吻你
借酒劲吻你 2020-12-28 13:46

While producing message in kafka, i am getting the following error :

$ bin/kafka-console-producer.sh --broker-list localhost:9092 --topic nil_PF1_P1
hi
hello         


        
13条回答
  •  执笔经年
    2020-12-28 13:55

    adding such a line after the topic helped with the same issue: ... --topic XXX --property "parse.key = true" --property "key.separator =:"

    Hope this helps someone.

提交回复
热议问题