= redpanda_migrator_bundle :type: input :status: experimental :categories: ["Services"] //// 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::[] Redpanda Migrator bundle input ```yml # Config fields, showing default values input: label: "" redpanda_migrator_bundle: redpanda_migrator: {} # No default (required) schema_registry: {} # No default (required) migrate_schemas_before_data: true ``` All-in-one input which reads messages and schemas from a Kafka or Redpanda cluster. This input is meant to be used together with the `redpanda_migrator_bundle` output. == Fields === `redpanda_migrator` The `redpanda_migrator` input configuration. *Type*: `object` === `schema_registry` The `schema_registry` input configuration. *Type*: `object` === `migrate_schemas_before_data` Migrate all schemas first before starting to migrate data. *Type*: `bool` *Default*: `true`