<https://stackoverflow.com/questions/66694441/kafk...
# troubleshooting
r
kafka-console-producer — Not getting any response I am trying to push to kafka, I am not able to get any thing as response. And data not appearing in the consumer console also. Please help me how to trace it , where can I found logs. is there any options to add to my command to see more detailed log. I am running this command:
Copy code
bin/kafka-console-producer.sh --broker-list localhost:19092 --topic mytopic opt_flatten_json.json
I am getting output this only:
Copy code
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
x
for console producer, you need to type the data then press ENTER to send one message