Docs Self-Managed Reference rpk Commands rpk connect rpk connect streams You are viewing the Self-Managed v24.3 beta documentation. We welcome your feedback at the Redpanda Community Slack #beta-feedback channel. To view the latest available version of the docs, see v24.2. rpk connect streams Run Redpanda Connect in streams mode, where multiple pipelines can be executed in a single process and can be created, updated, and removed with REST HTTP endpoints. In streams mode, the stream fields of a root target configuration (input, buffer, pipeline, output) are ignored. Other fields are shared across all loaded streams (resources, metrics, etc.). See Streams Mode. Usage rpk connect streams [command options] [arguments...] Examples rpk connect streams rpk connect streams -o ./root_config.yaml rpk connect streams ./path/to/stream/configs ./and/some/more rpk connect streams -o ./root_config.yaml ./streams/*.yaml Flags Value Type Description --no-api - Disable the HTTP API for streams mode (default: false). --observability, -o - Specify a path to a service wide configuration file, which can include observability configuration, such as metrics, logger, and tracing sections. --prefix-stream-endpoints - Whether HTTP endpoints registered by stream configs should be prefixed with the stream ID (default: true). --help, -h - Show help. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution rpk connect run rpk connect studio pull