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.
This page describes the commands to manage SQL Processors in Lenses via the CLI.
The CLI can create, modify, pause, restart and remove Lenses SQL Processors.
View processors
View all processors registered. Optionally filter by name, cluster and namespace.
lenses-cli processors
# filter by namespace
lenses-cli processors --namespace lenses-sql
# Please note the following columns in the table:
# * 'ID' which should be used as the 'id' required for the commands below.
# * 'PROCESSORID' , which the user may have configured in creating the processor, and will be used as the consumer group of the processor.
Create processors
For IN_PROC you only need the name, for KUBERNETES all three. Creating an IN_PROC processor will start it automatically. This is not the case for Kubernetes deployments, a start command (see below) is required once created.
--id (the processor id, optional)
--name (optional)
--cluster-name (should be passed if KUBERNETES)
--namespace (should be passed if KUBERNETES)
--runners (number of times to deploy while in KUBERNETES)