rpk transform resume

Resume a data transform.

This command resumes execution of the specified data transform, if it was previously paused. Transform processors are restarted and resume processing from the last committed offset on the corresponding input partition.

Subsequent rpk transform list operations will show transform processors as running.

Usage

rpk transform resume [NAME] [flags]

Flags

Value Type Description

-h, --help

-

Help for resume.

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings. See rpk -X or execute rpk -X help for inline detail or rpk -X list for terser detail.

--profile

string

Profile to use. See rpk profile for more details.

-v, --verbose

-

Enable verbose logging.