KIP-749 — Add --files and --file-separator options to the ConsoleProducer
Discussion ProducerAdmin
Adds `--files` and `--file-separator` options to `kafka-console-producer.sh` to allow bulk-producing records from one or more files in a single invocation. Currently the console producer can only read from stdin or a single file via shell redirection, requiring complex shell scripting to ingest multiple log files.
Details
| Author | Wenbing Shen |
| Status | Discussion |
| JIRA | KAFKA-12891 |
| Wiki | View on Apache Wiki |
| Created | 2021-06-04 |
| Last Modified | 2021-06-16 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.