redpanda_migrator_bundle
Redpanda Migrator bundle output
# Config fields, showing default valuesoutput: label: "" redpanda_migrator_bundle: redpanda_migrator: {} # No default (required) schema_registry: {} # No default (required) translate_schema_ids: false input_bundle_label: ""
All-in-one output which writes messages and schemas to a Kafka or Redpanda cluster. This output is meant to be used
together with the redpanda_migrator_bundle
input.
Fields
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
Allow the target Schema Registry instance to allocate different schema IDs for migrated schemas. This is useful when it already contains some schemas which differ from the ones being migrated.
Type: bool
Default: false
input_bundle_label
Specify the redpanda_migrator_bundle input label if one is assigned to it.
Type: string
Default: ""