redpanda_migrator_bundle
Redpanda Migrator bundle input
# Config fields, showing default valuesinput: label: "" redpanda_migrator_bundle: redpanda_migrator: {} # No default (required) schema_registry: {} # No default (required) migrate_schemas_before_data: true consumer_group_offsets_poll_interval: 15s
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
consumer_group_offsets_poll_interval
Duration between OffsetFetch polling attempts in redpanda_migrator_offsets input.
Type: string
Default: "15s"