Apache Kafka
This quickstart shows you how to create an Apache Kafka connection.
Connecting to Apache Kafka in the Raw Zone
To consume data from your cluster you must first create a connection to Apache Kafka. This connection enables you to configure the AWS IAM credentials, bucket names, and prefixes that Upsolver needs to access the data. You can create a connection using familiar SQL syntax.
Your connection is persistent, so you won't need to re-create it for every job, and the connection is shared with other users in your organization.
Here's the code to create an Apache Kafka connection:
After you complete this step, you should see the my_kafka_connection connection in your navigation tree.
Learn More
Last updated