rpk connect plugin init
Generate a project on the local filesystem that can be used as a starting point for building a custom component for Redpanda Connect. It will overwrite all files in the specified directory (or the current directory if none is specified).
| This command is experimental and subject to change. |
Example
This section provides examples of how to use rpk connect plugin init.
Example.
rpk connect plugin init example-plugin
Flags
| Value | Type | Description |
|---|---|---|
|
string |
The programming language to use for the plugin. Supported languages are: golang, python. |
|
string |
The type of component to generate. Supported components are: input, output, processor. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |