Hello, I am trying to setup a Kafka producer to take input from a file instead of standard input. According to Kafka documentation <https://kafka.apache.org/documentation.html>:
Kafka comes with a command line client that will take input from a file or > from standard input and send it out as messages to the Kafka cluster. I could not seem to find any documentation on how the the command line client can read from a file. Could you please help? Thanks, Tim