Skip to content

Commit 649319d

Browse files
authored
DOC-840 Fix iceberg small details (#898)
1 parent 0c97327 commit 649319d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/manage/pages/topic-iceberg-integration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When you enable the Iceberg integration for a Redpanda topic, Redpanda brokers s
5858

5959
== Enable Iceberg integration
6060

61-
To create an Iceberg table for a Redpanda topic, you must set the cluster configuration property xref:reference:properties/cluster-properties.adoc#iceberg_enabled[`iceberg_delete`] to `true`, and also configure the topic property xref:reference:properties/topic-properties.adoc#redpandaicebergmode[`redpanda.iceberg.mode`]. You can choose to provide a schema if you need the Iceberg table to be structured with defined columns.
61+
To create an Iceberg table for a Redpanda topic, you must set the cluster configuration property xref:reference:properties/cluster-properties.adoc#iceberg_enabled[`iceberg_enabled`] to `true`, and also configure the topic property xref:reference:properties/topic-properties.adoc#redpandaicebergmode[`redpanda.iceberg.mode`]. You can choose to provide a schema if you need the Iceberg table to be structured with defined columns.
6262

6363
. Set the `iceberg_enabled` configuration option on your cluster to `true`. You must restart your cluster if you change this configuration for a running cluster.
6464
+
@@ -72,7 +72,7 @@ rpk cluster config set iceberg_enabled true
7272
Successfully updated configuration. New configuration version is 2.
7373
----
7474

75-
. Create a new topic.
75+
. (Optional) Create a new topic.
7676
+
7777
[,bash,]
7878
----

0 commit comments

Comments
 (0)