Skip to content

Commit f7aebf2

Browse files
authored
docs(iceberg): Add DLQ table retention note to Iceberg data retention section (#1597)
1 parent 649f739 commit f7aebf2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/manage/pages/iceberg/about-iceberg-topics.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ Data in an Iceberg-enabled topic is consumable from Kafka based on the configure
242242
- Explicitly delete data from the Iceberg table using a query engine.
243243
- Disable the Iceberg integration for the topic and delete the Parquet files in object storage.
244244

245+
The DLQ table (`<topic-name>~dlq`) follows the same persistence rules as the main Iceberg table.
246+
245247
== Schema evolution
246248

247249
Redpanda supports schema evolution in accordance with the https://iceberg.apache.org/spec/#schema-evolution[Iceberg specification^]. Permitted schema evolutions include reordering fields and promoting field types. When you update the schema in Schema Registry, Redpanda automatically updates the Iceberg table schema to match the new schema.

0 commit comments

Comments
 (0)