examples/kafka-csv-loader/
A Kafka producer utility that publishes CSV file contents to Kafka topics. Use this to ingest data into the pipeline via Kafka streaming instead of the file upload API.
Setup
Run
Configuration
Editapp.py to configure:
- Kafka broker address
- Topic name
- CSV file path