Ingesting Kafka messages into Propel.
Create the user
kafka_server_jaas.conf
) in a text editor.YOUR_SUPER_SECURE_PASSWORD
with a secure password.Set environment variable
KAFKA_OPTS
environment variable to point to your JAAS config file:Grant permissions
kafka-acls
CLI to add ACLs for the “propel” user so that it can operate on the propel-*
consumer groups.localhost:2181
with your Zookeeper server.These commands grant Describe
and Read
access to the topics for the user “propel”.Verify the ACLs
Create a Kafka Data Pool
Create your Kafka credentials
Test your credentials
Introspect your Kafka topics
Select the topic to ingest and timestamp
_timestamp
generated by Kafka.Name your Data Pool and start ingesting
Look at the data in your Data Pool