redpanda_migrator_bundle

Deprecated in 4.67.5

This component is deprecated and will be removed in the next major version release. Please consider moving onto the unified redpanda_migrator input and redpanda_migrator output components. For migration instructions, see Migrate to the Unified Redpanda Migrator.

Writes messages and schemas to an Apache Kafka or Redpanda cluster. Use this output in conjunction with the redpanda_migrator_bundle input.

Introduced in version 4.37.0.

# Config fields, showing default values
output:
  label: ""
  redpanda_migrator_bundle:
    redpanda_migrator: {} # No default (required)
    schema_registry: {} # No default (optional)
    translate_schema_ids: false

Fields

input_bundle_label

Specify the redpanda_migrator_bundle input label if one is assigned to it.

Type: string

Default: ""

redpanda_migrator

The redpanda_migrator output configuration.

Type: object

schema_registry

The schema_registry output configuration. The subject field must be left empty.

Type: object

translate_schema_ids

When set to true, this field enables:

When set to false, both fields are disabled.

Type: bool

Default: false