First Stream Ingest
Set up real-time streaming ingestion from Kafka and watch data arrive in Pinot.
Outcome
Prerequisites
Steps
1. Understand streaming ingestion
2. Start Kafka
bin/pinot-admin.sh StartKafka -zkAddress=localhost:2123/kafka -port 9876docker run \
--network pinot-demo --name=kafka \
-e KAFKA_ZOOKEEPER_CONNECT=pinot-zookeeper:2181/kafka \
-e KAFKA_BROKER_ID=0 \
-e KAFKA_ADVERTISED_HOST_NAME=kafka \
-d bitnami/kafka:3.63. Create a Kafka topic
4. Save the realtime table config
5. Upload the realtime table config
6. Save the sample streaming data
7. Push data into the Kafka topic
Verify
Next step
Last updated
Was this helpful?

