Skip to content

Commit

Permalink
Merge pull request redpanda-data#23576 from redpanda-data/update-desc…
Browse files Browse the repository at this point in the history
…ription-datalake-property

config: updates iceberg property description
  • Loading branch information
mmaslankaprv authored Oct 2, 2024
2 parents 1af3bf1 + 96059c9 commit 7ce85d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/v/config/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3365,12 +3365,12 @@ configuration::configuration()
, iceberg_enabled(
*this,
"iceberg_enabled",
"When set to true, enables the feature that translates topic data to "
"iceberg tables. This configuration only enables the feature at the "
"cluster level and requires individual topics to explicitly opt in by "
"setting the iceberg.enabled property to true. When the configuration "
"is set to false, disables the feature at the cluster level effectively "
"turning it off for all topics.",
"Enables the feature that translates topic data to Iceberg tables. When "
"set to true, this enables the feature at the cluster level and requires "
"individual topics to explicitly opt in by setting the iceberg.enabled "
"topic-level property to true. When set to false, this disables the "
"feature at the cluster level, effectively turning it off for all "
"topics.",
{.needs_restart = needs_restart::no, .visibility = visibility::user},
false)
, development_enable_cloud_topics(
Expand Down

0 comments on commit 7ce85d7

Please sign in to comment.