Kafka Connectors
This page describes the commands to manage Connectors in Lenses via the CLI.
The CLI can create, modify, pause, restart and remove Apache Kafka Connect connectors.
Kafka Connect cluster permissions will be applied to the operation.
View connectors
List the currently deployed connectors, optionally filter by name, cluster and namespace:
The --names
flag displays only the names of the connectors. When used with --unwrap
, it will print each connector name on a separate line in the output.
List all the supported connectors
View the available plugins per cluster
Create connectors
From a file:
Example file:
Update a connector
View the configuration of a connector
View the status of a connector
Pause a connector
Resume a connector
Last updated