You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/components/pages/outputs/redpanda_migrator_offsets.adoc
+24-13Lines changed: 24 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@
11
11
12
12
component_type_dropdown::[]
13
13
14
-
15
-
Use the `redpanda_migrator_offsets` output in conjunction with a `kafka_franz` input that is configured to read the `__consumer_offsets` topic.
16
-
This output uses the https://github.com/twmb/franz-go[Franz Kafka client library^].
14
+
Migrates offset data to a Redpanda cluster. To achieve this, pair the `redpanda_migrator_offsets` output with a matching xref:components:outputs/redpanda_migrator_bundle.adoc[`redpanda_migrator_bundle` input].
17
15
18
16
Alternatively, use the `redpanda_migrator_bundle` xref:components:inputs/redpanda_migrator_bundle.adoc[input] and xref:components:outputs/redpanda_migrator_bundle.adoc[output] to complete the migration of topics, messages, and schemas to a Redpanda cluster.
19
17
18
+
This output uses the https://github.com/twmb/franz-go[Franz Kafka client library^].
| SCRAM-based authentication as specified in RFC 5802.
303
305
| `none`
304
-
| Disable SASL authentication
306
+
| Disable SASL authentication.
305
307
306
308
|===
307
309
@@ -443,54 +445,63 @@ An external ID to provide when assuming a role.
443
445
*Default*: `""`
444
446
445
447
446
-
=== metadata_max_age
448
+
=== `metadata_max_age`
447
449
448
450
The maximum period of time after which metadata is refreshed.
449
451
450
452
*Type*: `string`
451
453
452
454
*Default*: `5m`
453
455
454
-
=== offset_topic
456
+
=== `offset_topic`
455
457
456
458
The name of the Kafka offset topic to process. This field supports xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions].
457
459
458
460
*Type*: `string`
459
461
460
462
*Default*: `${! @kafka_offset_topic }`
461
463
462
-
=== offset_group
464
+
=== `offset_group`
463
465
464
466
The name of the Kafka offset consumer group to process. This field supports xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions].
465
467
466
468
*Type*: `string`
467
469
468
470
*Default*: `${! @kafka_offset_group }`
469
471
470
-
=== offset_partition
472
+
=== `offset_partition`
471
473
472
474
The Kafka offset partition ID to process. This field supports xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions].
473
475
474
476
*Type*: `string`
475
477
476
478
*Default*: `${! @kafka_offset_partition }`
477
479
478
-
=== offset_commit_timestamp
480
+
=== `offset_commit_timestamp`
479
481
480
482
The Kafka offset commit timestamp to process. This field supports xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions].
481
483
482
484
*Type*: `string`
483
485
484
486
*Default*: `${! @kafka_offset_commit_timestamp }`
485
487
486
-
=== offset_metadata
488
+
=== `offset_metadata`
487
489
488
490
The Kafka offset metadata value to process. This field supports xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions].
489
491
490
492
*Type*: `string`
491
493
492
494
*Default*: `${! @kafka_offset_metadata }`
493
495
496
+
=== `is_high_watermark`
497
+
498
+
Indicates whether the processed message is the high watermark, which is the offset of the last fully replicated message in the Kafka topic partition. This field supports xref:configuration:interpolation.adoc#bloblang-queries[interpolation functions].
499
+
500
+
*Type*: `string`
501
+
502
+
*Default*: `${! @kafka_is_high_watermark }`
503
+
504
+
494
505
=== `timeout`
495
506
496
507
The maximum period of time to wait for message sends before abandoning the request and retrying it.
0 commit comments