Kafka Connect
This page describes adding a Kafka Connect Cluster to the Lenses Agent.
sslKeystorePassword:
value: "\${ENV_VAR_NAME}"Simple configuration, with JMX metrics
connect:
- name: my-connect-cluster-name
version: 1
tags: ["tag1"]
configuration:
workers:
value:
- http://my-kc.worker1:8083
- http://my-kc.worker2:8083
metricsPort:
value: 9585
metricsType:
value: JMX Basic authentication
TLS with custom truststore
TLS with client authentication
Adding 3rd Party Connector to the Topology
Last updated
Was this helpful?

