Kafka Connect
This page provides examples for defining a connection to Kafka Connect Clusters.
Simple configuration, with JMX metrics
kafkaConnect:
- name: my-connect-cluster-name
version: 1
tags: ["tag1"]
configuration:
workers:
value:
- http://my-kc.worker1:8083
- http://my-kc.worker2:8083 Basic authentication
kafkaConnect:
- name: my-connect-cluster-name
tags: ["tag1"]
version: 1
configuration:
workers:
value:
- http://my-kc.worker1:8083
- http://my-kc.worker2:8083
username:
value: my-username
password:
value: my-passwordTLS with custom truststore
TLS with client authentication
Last updated
Was this helpful?

