Skip to content

Commit dde5048

Browse files
authored
DOC-1394 iceberg_disable_snapshot_tagging in Cloud (#1133)
1 parent 13eb714 commit dde5048

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

modules/reference/pages/properties/cluster-properties.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,24 +1971,29 @@ Whether to disable automatic Iceberg snapshot expiry. This property may be usefu
19711971

19721972
---
19731973

1974+
// tag::iceberg_disable_snapshot_tagging[]
19741975
=== iceberg_disable_snapshot_tagging
19751976

1976-
Whether to disable tagging of Iceberg snapshots. These tags are used to ensure that the snapshots that Redpanda writes are retained during snapshot removal, which in turn, helps Redpanda ensure exactly-once delivery of records. Disabling tags is therefore not recommended, but may be useful if the Iceberg catalog does not support tags.
1977+
Whether to disable tagging of Iceberg snapshots. These tags are used to ensure that the snapshots that Redpanda writes are retained during snapshot removal, which in turn, helps Redpanda ensure exactly-once delivery of records. Disabling tags is therefore not recommended, but it may be useful if the Iceberg catalog does not support tags.
19771978

19781979
*Requires restart:* No
19791980

19801981
*Visibility:* `user`
19811982

19821983
*Type:* boolean
19831984

1985+
ifndef::env-cloud[]
19841986
*Default:* `false`
1987+
endif::[]
19851988

19861989
**Related topics**:
19871990

19881991
- xref:manage:iceberg/about-iceberg-topics.adoc[]
19891992

19901993
---
19911994

1995+
// end::iceberg_disable_snapshot_tagging[]
1996+
19921997
// tag::iceberg_enabled[]
19931998
=== iceberg_enabled
19941999

modules/reference/pages/properties/object-storage-properties.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ endif::[]
135135

136136
*Supported versions*: Redpanda v23.1 or later
137137

138-
// end::cloud_storage_azure_container[]
139-
140138
---
141139

140+
// end::cloud_storage_azure_container[]
141+
142142
=== cloud_storage_azure_hierarchical_namespace_enabled
143143

144144
Force Redpanda to use or not use an Azure Data Lake Storage (ADLS) Gen2 hierarchical namespace-compliant client in <<cloud_storage_azure_storage_account,`cloud_storage_azure_storage_account`>>.
@@ -210,10 +210,10 @@ The name of the Azure storage account to use with Tiered Storage. If `null`, the
210210

211211
*Default:* `null`
212212

213-
// end::cloud_storage_azure_storage_account[]
214-
215213
---
216214

215+
// end::cloud_storage_azure_storage_account[]
216+
217217
=== cloud_storage_backend
218218

219219
Optional object storage backend variant used to select API capabilities. If not supplied, this will be inferred from other configuration properties.

0 commit comments

Comments
 (0)