Skip to content

redpanda_migrator_bundle

Redpanda Migrator bundle input

# 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