Skip to main content
Location: 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

Edit app.py to configure:
  • Kafka broker address
  • Topic name
  • CSV file path
See Kafka Ingestion for how to configure pipelines with Kafka sources.