Azure HDInsight
This page describes connection Lenses to a Azure HDInsight cluster.
Only one Kafka connection is allowed.
The name must be kafka.
See JSON schema for support.
Environment variables are supported; escape the dollar sign
sslKeystorePassword:
# In case environment variable has single or double quotes escape it with
## "\${ENV_VAR_NAME}
value: "${ENV_VAR_NAME}"1
Find your Kafka endpoints
In our Azure Portal, go to Dashboards->Ambari home. Go to Kafka->Configs->Kafka Broker->Kafka Broker hosts
2
Optionally find your Zookeeper endpoints
Optionally get the Zookeeper endpoints: Go to Zookeeper->Configs->Zookeeper Server->Zookeeper Server hosts.
3
Configure Provisioning
See Apache Kafka for different configurations for your security protocols.
kafka:
- name: kafka
version: 1
tags: [my-tag]
configuration:
kafkaBootstrapServers:
value:
- PLAINTEXT://your.kafka.broker.0:9092
- PLAINTEXT://your.kafka.broker.1:9092
protocol:
value: PLAINTEXT
# all metrics properties are optional
metricsPort:
value: 9581
metricsType:
value: JMX
metricsSsl:
value: falseLast updated
Was this helpful?

