= noop :type: processor :status: stable //// THIS FILE IS AUTOGENERATED! To make changes, edit the corresponding source file under: https://github.com/redpanda-data/connect/tree/main/internal/impl/. And: https://github.com/redpanda-data/connect/tree/main/cmd/tools/docs_gen/templates/plugin.adoc.tmpl //// // © 2024 Redpanda Data Inc. component_type_dropdown::[] Noop is a processor that does nothing, the message passes through unchanged. Why? Sometimes doing nothing is the braver option. ```yml # Config fields, showing default values label: "" noop: {} ```