Skip to content

Commit

Permalink
Start to add topic properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kbatuigas committed Nov 26, 2024
1 parent d764e67 commit 144d911
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions modules/reference/pages/properties/topic-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,36 @@ CAUTION: Setting `redpanda.remote.readreplica` together with either `redpanda.re

---

=== Apache Iceberg integration properties

Integrate Redpanda topics as Iceberg tables.

==== redpanda.iceberg.mode

Enable the Iceberg integration for the topic. You can choose one of three modes.

**Default**: `DISABLED`

**Values**:

- `KEY_VALUE`: Creates an Iceberg table with a `Key` column and a `Value` column. Redpanda stores the raw topic content in the `Value` column.
- `VALUE_SCHEMA_ID_PREFIX`: Creates an Iceberg table whose structure matches the Redpanda schema for the topic, with columns corresponding to each field. Redpanda parses the topic values per field and stores them in the corresponding table columns.
- `DISABLED`: Disables writing to an Iceberg table for the topic.

**Related topics**:

- xref:manage:topic-iceberg-integration.adoc[]

==== redpanda.iceberg.delete

Whether the corresponding Iceberg table is deleted upon deleting the topic.

**Default**: `true`

**Related topics**:

- xref:manage:topic-iceberg-integration.adoc[]

=== Redpanda topic properties

Configure Redpanda-specific topic properties.
Expand Down

0 comments on commit 144d911

Please sign in to comment.