Docs Self-Managed Reference rpk Commands rpk connect rpk connect plugin rpk connect plugin init rpk connect plugin init This command is experimental and subject to change. Generate a project on the local filesystem that can be used as a starting point for building a custom component for Redpanda Connect. The command overwrites existing files in the specified directory. Use this reference to: Find the syntax for creating custom plugins Identify supported languages and component types Usage rpk connect plugin init [OPTIONS] Example rpk connect plugin init example-plugin Flags Option Description --language, --lang The programming language for the plugin. Supported languages are golang and python (default: python). --component The type of component to generate. Supported components are input, output, and processor (default: processor). --help, -h Show help for the command. 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 🎉 Thanks for your feedback! rpk connect plugin rpk connect run