This page describes adding a Kafka Connect Cluster to Lenses.
Lenses integrates with Kafka Connect Clusters to manage connectors.
For documentation about the available Lenses Apache 2.0 Connectors, see the Stream Reactor documentation.
The name of a Kafka Connect Connections may only contain alphanumeric characters ([A-Za-z0-9]
) and dashes (-
). Valid examples would be dev
, Prod1
, SQLCluster
,Prod-1
, SQL-Team-Awesome
.
Multiple Kafka Connect clusters are supported.
If you are using Kafka Connect < 2.6 set the following to ensure you can see Connectors
lenses.features.connectors.topics.via.api.enabled=false
See provisioning for automating connections.
Consider Rate Limiting if you have a high number of connectors.
To add a connection, go to Admin->Connections->New Connection->Kafka Connect.
Provide a name for the Connect cluster
Add a comma-separated list of the workers in the Connector cluster, including ports
Optionally enable Basic Auth and set the username and password
Optionally enable SSL and upload the key-store file
Optionally upload a trust store
Optionally enable the collection of JMX metrics (Simple or Jolokia with SSL and Basic auth support)
If you have developed your own Connector or are using not using a Lenses connector you can still display the connector instances in the topology. To do this Lenses needs to know the configuration option of the Connector that defines which topic the Connector reads from or writes to. This is set in the connectors.info
parameter in the lenses.conf
file.