How to start with Confluent Cloud ksqlDB?
Generate an API key
You need to generate an API key and secret to act as username and password specific for ksqlDB. Do not use the Kafka credentials you should already got, this won’t work. This can be done using Confluent Cloud CLI tool:ccloud
. Install it using the official documentation: https://docs.confluent.io/ccloud-cli/current/install.html
- Login and select your environment if you have several of them:
- Grab your
<ksql-cluster-id>
and its endpoint:
- Generate a key: write down the key & secret:
- The API Key is the username, the Secret is the token
Configure Conduktor using this API key
Configure your Conduktor with all these elements, selecting Basic Auth to add the username/password: