kafka_migrator_bundle

Type:

The kafka_migrator_bundle input reads messages and schemas from a Kafka or Redpanda cluster. Use this input in conjunction with the kafka_migrator_bundle output.

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

Fields

kafka_migrator

The kafka_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