Skip to content

Commit 9d21596

Browse files
committed
DOC-1392 Add redpanda.iceberg.target.lag.ms
1 parent c7bce32 commit 9d21596

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

modules/reference/pages/properties/topic-properties.adoc

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ Enable the Iceberg integration for the topic. You can choose one of four modes.
544544

545545
**Related topics**:
546546

547+
- xref:manage:iceberg/choose-iceberg-mode.adoc[]
547548
- xref:manage:iceberg/about-iceberg-topics.adoc[]
548549

549550
---
@@ -560,6 +561,23 @@ Whether the corresponding Iceberg table is deleted upon deleting the topic.
560561

561562
---
562563

564+
==== redpanda.iceberg.invalid.record.action
565+
566+
Whether to write invalid records to a dead-letter queue (DLQ).
567+
568+
**Default**: `dlq_table`
569+
570+
**Values**:
571+
572+
- `drop`: Disable the DLQ and drop invalid records.
573+
- `dlq_table`: Write invalid records to a separate DLQ Iceberg table.
574+
575+
**Related topics**:
576+
577+
- xref:manage:iceberg/about-iceberg-topics.adoc#manage-dead-letter-queue[Manage dead-letter queue]
578+
579+
---
580+
563581
==== redpanda.iceberg.partition.spec
564582

565583
The https://iceberg.apache.org/docs/nightly/partitioning/[partitioning^] specification for the Iceberg table.
@@ -568,20 +586,15 @@ The https://iceberg.apache.org/docs/nightly/partitioning/[partitioning^] specifi
568586

569587
**Related topics**:
570588

571-
- xref:manage:iceberg/about-iceberg-topics.adoc[]
589+
- xref:manage:iceberg/about-iceberg-topics.adoc#use-custom-partitioning[Use custom partitioning]
572590

573591
---
574592

575-
==== redpanda.iceberg.invalid.record.action
576-
577-
Whether to write invalid records to a dead-letter queue (DLQ).
578-
579-
**Default**: `dlq_table`
593+
==== redpanda.iceberg.target.lag.ms
580594

581-
**Values**:
595+
Controls how often the data in the Iceberg table is refreshed with new data from the topic. Redpanda attempts to commit all data produced to the topic within the lag target, subject to resource availability.
582596

583-
- `drop`: Disable the DLQ and drop invalid records.
584-
- `dlq_table`: Write invalid records to a separate DLQ Iceberg table.
597+
**Default**: `60000`
585598

586599
**Related topics**:
587600

0 commit comments

Comments
 (0)