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
Whether to write invalid records to a dead-letter queue (DLQ).
578
-
579
-
**Default**: `dlq_table`
593
+
==== redpanda.iceberg.target.lag.ms
580
594
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.
582
596
583
-
- `drop`: Disable the DLQ and drop invalid records.
584
-
- `dlq_table`: Write invalid records to a separate DLQ Iceberg table.
0 commit comments