redpanda_migrator_bundle

Beta

The redpanda_migrator_bundle input reads messages and schemas from an Apache Kafka or Redpanda cluster. Use this input in conjunction with the redpanda_migrator_bundle output.

# Config fields, showing default values
input:
  label: ""
  redpanda_migrator_bundle:
    redpanda_migrator: {} # No default (required)
    schema_registry: {} # No default (optional)
    migrate_schemas_before_data: true

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