Confluent Cloud
This page describes configuring Lenses to connect to Confluent Cloud.
Create a Data Integration API key
From Data integration API keys, select Create Key.
For this guide select Global access to get your API Key and API Secret Key.
Go to Cluster Settings to get your Bootstrap Server.
Configure Provisioning
Set the following in the provisioning.yaml
kafka:
- name: Kafka
version: 1
tags: [my-tag]
configuration:
kafkaBootstrapServers:
value:
- SASL_SSL://[YOUR_BOOTSTRAP_SERVER]
- SASL_SSL://[YOUR_BOOTSTRAP_SERVER]
protocol:
value: SASL_SSL
saslMechanism:
value: PLAIN
saslJaasConfig:
value: |
org.apache.kafka.common.security.plain.PlainLoginModule required
username="[YOUR_API_KEY]"
password="[YOUR_API_KEY_SECRET]"