Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions modules/reference/pages/properties/cluster-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1622,8 +1622,6 @@ Default value for the `redpanda.iceberg.delete` topic property that determines i

=== iceberg_enabled

include::reference:partial$enterprise-licensed-property.adoc[]

Enables the translation of topic data into Iceberg tables. Setting `iceberg_enabled` to `true` activates the feature at the cluster level, but each topic must also set the `redpanda.iceberg.enabled` topic-level property to `true` to use it. If `iceberg_enabled` is set to `false`, then the feature is disabled for all topics in the cluster, overriding any topic-level settings.

*Requires restart:* Yes
Expand All @@ -1632,8 +1630,6 @@ Enables the translation of topic data into Iceberg tables. Setting `iceberg_enab

*Type:* boolean

*Enterprise license required*: `true`

*Default:* `false`

---
Expand Down
Loading