Skip to content

Commit 8f63486

Browse files
committed
Rerun property generator
1 parent 207fc00 commit 8f63486

4 files changed

Lines changed: 15 additions & 83 deletions

File tree

docs-data/property-overrides.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,9 +1235,6 @@
12351235
"kafka_fetch_request_timeout_ms": {
12361236
"version": "v25.3.7"
12371237
},
1238-
"kafka_handler_latency_all": {
1239-
"version": "26.1.1"
1240-
},
12411238
"kafka_max_message_size_upper_limit_bytes": {
12421239
"related_topics": [
12431240
"xref:reference:properties/topic-properties.adoc#maxmessagebytes[`max.message.bytes`]"

modules/reference/attachments/redpanda-properties-v26.1.2.json

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5498,11 +5498,7 @@
54985498
"config_scope": "cluster",
54995499
"default": "unset",
55005500
"defined_in": "src/v/config/configuration.cc",
5501-
<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json
55025501
"description": "Set the default storage mode for new topics. This value applies to any topic created without an explicit <<redpandastoragemode,`redpanda.storage.mode`>> setting (that is, when the topic's `redpanda.storage.mode` is `unset`).\n\nAccepted values:\n\n* `unset`: Defer to the legacy <<cloud_storage_enable_remote_read,`redpanda.remote.read`>> and <<cloud_storage_enable_remote_write,`redpanda.remote.write`>> topic properties for Tiered Storage configuration.\n* `local`: Store data only on local disks, with no object storage involvement.\nifndef::env-cloud[]\n* `tiered`: Store data on local disks and replicate it to object storage using xref:manage:tiered-storage.adoc[Tiered Storage]. Equivalent to setting `redpanda.remote.read` and `redpanda.remote.write` to `true`.\n* `cloud`: Store data primarily in object storage using xref:develop:manage-topics/cloud-topics.adoc[Cloud Topics].\nendif::[]\nifdef::env-cloud[]\n* `tiered`: Store data on local disks and replicate it to object storage using Tiered Storage. Equivalent to setting `redpanda.remote.read` and `redpanda.remote.write` to `true`.\n* `cloud`: Store data primarily in object storage using Cloud Topics.\nendif::[]",
5503-
========
5504-
"description": "Set the default storage mode for new topics. This value applies to any topic created without an explicit <<redpandastoragemode,`redpanda.storage.mode`>> setting (that is, when the topic's `redpanda.storage.mode` is `unset`).\n\nAccepted values:\n\n* `unset`: Defer to the legacy <<cloud_storage_enable_remote_read,`redpanda.remote.read`>> and <<cloud_storage_enable_remote_write,`redpanda.remote.write`>> topic properties for Tiered Storage configuration.\n* `local`: Store data only on local disks, with no object storage involvement.\n* `tiered`: Store data on local disks and replicate it to object storage using Tiered Storage. Equivalent to setting `redpanda.remote.read` and `redpanda.remote.write` to `true`.\n* `cloud`: Store data primarily in object storage using Cloud Topics.",
5505-
>>>>>>>> 07169441 (Update cloud- and self-managed-only links):modules/reference/attachments/redpanda-properties-v26.1.1.json
55065502
"enum": [
55075503
"local",
55085504
"tiered",
@@ -5517,12 +5513,8 @@
55175513
"nullable": false,
55185514
"related_topics": [
55195515
"self-managed-only: xref:manage:tiered-storage.adoc[Tiered Storage]",
5520-
<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json
5521-
"self-managed-only: xref:develop:manage-topics/cloud-topics.adoc[Manage Cloud Topics]"
5522-
========
55235516
"self-managed-only: xref:develop:manage-topics/cloud-topics.adoc[Manage Cloud Topics]",
55245517
"cloud-only: xref:develop:topics/cloud-topics.adoc[Manage Cloud Topics]"
5525-
>>>>>>>> 07169441 (Update cloud- and self-managed-only links):modules/reference/attachments/redpanda-properties-v26.1.1.json
55265518
],
55275519
"type": "string",
55285520
"version": "v26.1.1",
@@ -6794,10 +6786,10 @@
67946786
},
67956787
"iceberg_default_catalog_namespace": {
67966788
"c_type": "ss::sstring",
6797-
"cloud_byoc_only": false,
6798-
"cloud_editable": false,
6789+
"cloud_byoc_only": true,
6790+
"cloud_editable": true,
67996791
"cloud_readonly": false,
6800-
"cloud_supported": false,
6792+
"cloud_supported": true,
68016793
"config_scope": "cluster",
68026794
"default": [
68036795
"redpanda"
@@ -7588,11 +7580,7 @@
75887580
"config_scope": "cluster",
75897581
"default": null,
75907582
"defined_in": "src/v/config/configuration.cc",
7591-
<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json
75927583
"description": "ifndef::env-cloud[]\nInitial local retention size target for partitions of topics with xref:manage:tiered-storage.adoc[Tiered Storage] enabled. If no initial local target retention is configured, then all locally-retained data will be delivered to the learner when joining the partition replica set.\nendif::[]\nifdef::env-cloud[]\nInitial local retention size target for partitions of topics with Tiered Storage enabled. If no initial local target retention is configured, then all locally-retained data will be delivered to the learner when joining the partition replica set.\nendif::[]",
7593-
========
7594-
"description": "Initial local retention size target for partitions of topics with Tiered Storage enabled. If no initial local target retention is configured, then all locally-retained data will be delivered to learner when joining the partition replica set.",
7595-
>>>>>>>> 07169441 (Update cloud- and self-managed-only links):modules/reference/attachments/redpanda-properties-v26.1.1.json
75967584
"is_deprecated": false,
75977585
"is_enterprise": false,
75987586
"name": "initial_retention_local_target_bytes_default",
@@ -7613,11 +7601,7 @@
76137601
"config_scope": "cluster",
76147602
"default": null,
76157603
"defined_in": "src/v/config/configuration.cc",
7616-
<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json
76177604
"description": "ifndef::env-cloud[]\nInitial local retention time target for partitions of topics with xref:manage:tiered-storage.adoc[Tiered Storage] enabled. If no initial local target retention is configured, then all locally-retained data will be delivered to the learner when joining the partition replica set.\nendif::[]\nifdef::env-cloud[]\nInitial local retention time target for partitions of topics with Tiered Storage enabled. If no initial local target retention is configured, then all locally-retained data will be delivered to the learner when joining the partition replica set.\nendif::[]",
7618-
========
7619-
"description": "Initial local retention time target for partitions of topics with Tiered Storage enabled. If no initial local target retention is configured, then all locally-retained data will be delivered to the learner when joining the partition replica set.",
7620-
>>>>>>>> 07169441 (Update cloud- and self-managed-only links):modules/reference/attachments/redpanda-properties-v26.1.1.json
76217605
"is_deprecated": false,
76227606
"is_enterprise": false,
76237607
"maximum": 17592186044415,
@@ -7987,22 +7971,6 @@
79877971
"type": "integer",
79887972
"visibility": "user"
79897973
},
7990-
"kafka_handler_latency_all": {
7991-
"cloud_byoc_only": false,
7992-
"cloud_editable": false,
7993-
"cloud_readonly": false,
7994-
"cloud_supported": false,
7995-
"config_scope": "topic",
7996-
"default": null,
7997-
"defined_in": "override",
7998-
"description": "Configuration property: kafka_handler_latency_all",
7999-
"is_deprecated": false,
8000-
"is_topic_property": true,
8001-
"name": "kafka_handler_latency_all",
8002-
"type": "string",
8003-
"version": "26.1.1",
8004-
"visibility": "user"
8005-
},
80067974
"kafka_max_bytes_per_fetch": {
80077975
"c_type": "size_t",
80087976
"cloud_byoc_only": false,
@@ -11290,10 +11258,7 @@
1129011258
"name": "redpanda.cloud_topic.enabled",
1129111259
"related_topics": [
1129211260
"self-managed-only: xref:develop:manage-topics/cloud-topics.adoc[Cloud Topics]",
11293-
<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json
11294-
========
1129511261
"cloud-only: xref:develop:topics/cloud-topics.adoc[Cloud Topics]",
11296-
>>>>>>>> 07169441 (Update cloud- and self-managed-only links):modules/reference/attachments/redpanda-properties-v26.1.1.json
1129711262
"self-managed-only: xref:manage:tiered-storage.adoc[Tiered Storage]"
1129811263
],
1129911264
"type": "string",
@@ -11664,11 +11629,7 @@
1166411629
"corresponding_cluster_property": "default_redpanda_storage_mode",
1166511630
"default": "unset",
1166611631
"defined_in": "src/v/kafka/protocol/topic_properties.h",
11667-
<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json
1166811632
"description": "The storage mode for a topic. Determines how topic data is stored and whether it is eligible for upload to object storage.\n\nAccepted values:\n\n* `local`: Topic data is stored only on the broker's local disk. Object storage upload is disabled for the topic, regardless of cluster-level Tiered Storage settings.\nifndef::env-cloud[]\n* `tiered`: Topic data is stored on local disk and also uploaded to object storage. Enables xref:manage:tiered-storage.adoc[Tiered Storage] for the topic.\n* `cloud`: Topic data is stored in object storage using the xref:develop:manage-topics/cloud-topics.adoc[Cloud Topics] architecture. Local storage is used only as a write buffer.\nendif::[]\nifdef::env-cloud[]\n* `tiered`: Topic data is stored on local disk and also uploaded to object storage. Enables Tiered Storage for the topic.\n* `cloud`: Topic data is stored in object storage using the Cloud Topics architecture. Local storage is used only as a write buffer.\nendif::[]\n* `unset`: Specifies that the topic's storage mode is unset, regardless of the cluster default. The topic may still have Tiered Storage enabled through the legacy properties `redpanda.remote.read` and `redpanda.remote.write`.\n\nThis property overrides the cluster-wide config_ref:default_redpanda_storage_mode,true,properties/cluster-properties[] setting for individual topics.",
11669-
========
11670-
"description": "The storage mode for a topic. Determines how topic data is stored and whether it is eligible for upload to object storage.\n\nAccepted values:\n\n* `local`: Topic data is stored only on the broker's local disk. Object storage upload is disabled for the topic, regardless of cluster-level Tiered Storage settings.\n* `tiered`: Topic data is stored on local disk and also uploaded to object storage. Enables Tiered Storage for the topic.\n* `cloud`: Topic data is stored in object storage using the Cloud Topics architecture. Local storage is used only as a write buffer.\n* `unset`: Specifies that the topic's storage mode is unset, regardless of the cluster default. The topic may still have Tiered Storage enabled through the legacy properties `redpanda.remote.read` and `redpanda.remote.write`.\n\nThis property overrides the cluster-wide config_ref:default_redpanda_storage_mode,true,properties/cluster-properties[] setting for individual topics.",
11671-
>>>>>>>> 07169441 (Update cloud- and self-managed-only links):modules/reference/attachments/redpanda-properties-v26.1.1.json
1167211633
"enum": [
1167311634
"local",
1167411635
"tiered",

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4942,6 +4942,7 @@ endif::[]
49424942
ifdef::env-cloud[]
49434943
* `tiered`: Store data on local disks and replicate it to object storage using Tiered Storage. Equivalent to setting `redpanda.remote.read` and `redpanda.remote.write` to `true`.
49444944
* `cloud`: Store data primarily in object storage using Cloud Topics.
4945+
endif::[]
49454946

49464947
[cols="1s,2a"]
49474948
|===
@@ -4989,9 +4990,9 @@ endif::[]
49894990
|
49904991
`tiered`
49914992

4992-
ifndef::env-cloud[]
49934993
| Related topics
49944994
|
4995+
ifndef::env-cloud[]
49954996
* xref:manage:tiered-storage.adoc[Tiered Storage]
49964997
endif::[]
49974998

@@ -7451,6 +7452,7 @@ endif::[]
74517452

74527453
// end::redpanda-cloud[]
74537454

7455+
// tag::redpanda-cloud[]
74547456
=== iceberg_default_catalog_namespace
74557457

74567458
ifndef::env-cloud[]
@@ -7461,6 +7463,11 @@ The default namespace (database name) for Iceberg tables. All tables created by
74617463

74627464
IMPORTANT: This value must be configured before enabling Iceberg and must not be changed afterward. Changing it will cause Redpanda to lose track of existing tables.
74637465

7466+
ifdef::env-cloud[]
7467+
NOTE: This property is available only in Redpanda Cloud BYOC deployments.
7468+
endif::[]
7469+
7470+
74647471
[cols="1s,2a"]
74657472
|===
74667473
| Property | Value
@@ -7473,7 +7480,7 @@ IMPORTANT: This value must be configured before enabling Iceberg and must not be
74737480
| Default
74747481
|
74757482
ifdef::env-cloud[]
7476-
Available in the Redpanda Cloud Console
7483+
Available in the Redpanda Cloud Console (editable)
74777484
endif::[]
74787485
ifndef::env-cloud[]
74797486
`[redpanda]`
@@ -7497,6 +7504,7 @@ endif::[]
74977504

74987505
|===
74997506

7507+
// end::redpanda-cloud[]
75007508

75017509
// tag::redpanda-cloud[]
75027510
=== iceberg_default_partition_spec

modules/reference/partials/properties/topic-properties.adoc

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -606,41 +606,6 @@ endif::[]
606606

607607
// end::category-tiered-storage[]
608608

609-
=== kafka_handler_latency_all
610-
611-
*Introduced in 26.1.1*
612-
613-
Configuration property: kafka_handler_latency_all
614-
615-
[cols="1s,2a"]
616-
|===
617-
| Property | Value
618-
619-
| Type
620-
| `string`
621-
622-
623-
624-
| Default
625-
|
626-
ifdef::env-cloud[]
627-
Available in the Redpanda Cloud Console
628-
endif::[]
629-
ifndef::env-cloud[]
630-
`null`
631-
endif::[]
632-
633-
| Nullable
634-
| No
635-
636-
ifndef::env-cloud[]
637-
| Restored on xref:manage:whole-cluster-restore.adoc[Whole Cluster Restore]
638-
| Yes
639-
endif::[]
640-
641-
|===
642-
643-
644609
// tag::category-retention-compaction[]
645610
=== max.compaction.lag.ms
646611

@@ -1012,9 +977,9 @@ ifndef::env-cloud[]
1012977
| Yes
1013978
endif::[]
1014979

1015-
ifndef::env-cloud[]
1016980
| Related topics
1017981
|
982+
ifndef::env-cloud[]
1018983
* xref:develop:manage-topics/cloud-topics.adoc[Cloud Topics]
1019984
endif::[]
1020985

@@ -1623,6 +1588,7 @@ endif::[]
16231588
ifdef::env-cloud[]
16241589
* `tiered`: Topic data is stored on local disk and also uploaded to object storage. Enables Tiered Storage for the topic.
16251590
* `cloud`: Topic data is stored in object storage using the Cloud Topics architecture. Local storage is used only as a write buffer.
1591+
endif::[]
16261592
* `unset`: Specifies that the topic's storage mode is unset, regardless of the cluster default. The topic may still have Tiered Storage enabled through the legacy properties `redpanda.remote.read` and `redpanda.remote.write`.
16271593

16281594
This property overrides the cluster-wide config_ref:default_redpanda_storage_mode,true,properties/cluster-properties[] setting for individual topics.

0 commit comments

Comments
 (0)