This page describes configuring Lenses to connect to Aiven.
From the Aiven, locate your Service URI and set it as the bootstrap servers.
Set the following in the provisioning.yaml, replacing Service URI, username and password from your Aiven account.
kafka: - name: kafka version: 1 tags: ['my-tag'] configuration: kafkaBootstrapServers: value: - SASL_SSL://[Service URI] protocol: value: SASL_SSL saslMechanism: value: SCRAM-SHA-256 saslJaasConfig: value: | org.apache.kafka.common.security.scram.ScramLoginModule required username="[your-username]" password="[your-password]";
Environment variables are supported; escape the dollar sign
sslKeystorePassword: value: "\${ENV_VAR_NAME}"
Last updated 9 days ago
Was this helpful?
This site uses cookies to deliver its service and to analyze traffic. By browsing this site, you accept the privacy policy.