rpk connect

Redpanda Connect provides an ecosystem of over 220 open source connectors.

Usage

rpk connect [global options] command [command options]

Examples

rpk connect list inputs
rpk connect create kafka//file > ./config.yaml
rpk connect -c ./config.yaml
rpk connect -r "./production/*.yaml" -c ./config.yaml

Flags

Value Type Description

--version, -v

-

Display version info, then exit (default: false).

--env-file value, -e

-

Import environment variables from a dotenv file.

--log.level

-

Override the configured log level. Options: off, error, warn, info, debug, trace.

--set, -s

-

Set a field (identified by a dot path) in the main configuration file. For example: "metrics.type=prometheus".

--config , -c

-

Path to a configuration file.

--observability, -o

-

Use in streams mode. Specify a path to a service wide configuration file, which can include observability configuration, such as metrics, logger, and tracing sections.

--resources, -r

-

Pulls in extra resources from a file, which you can reference with a unique label in the main configuration. Supports glob patterns (requires quotes).

--templates, -t

-

EXPERIMENTAL: Import Redpanda Connect templates. This supports glob patterns (requires quotes).

--chilled

-

Continue to execute a config containing linter errors (default: false).

--watcher, -w

-

EXPERIMENTAL: Watch config files for changes and automatically apply them (default: false).

--help, -h

-

Show help.