|
5498 | 5498 | "config_scope": "cluster", |
5499 | 5499 | "default": "unset", |
5500 | 5500 | "defined_in": "src/v/config/configuration.cc", |
5501 | | -<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json |
5502 | 5501 | "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 |
5506 | 5502 | "enum": [ |
5507 | 5503 | "local", |
5508 | 5504 | "tiered", |
|
5517 | 5513 | "nullable": false, |
5518 | 5514 | "related_topics": [ |
5519 | 5515 | "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 | | -======== |
5523 | 5516 | "self-managed-only: xref:develop:manage-topics/cloud-topics.adoc[Manage Cloud Topics]", |
5524 | 5517 | "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 |
5526 | 5518 | ], |
5527 | 5519 | "type": "string", |
5528 | 5520 | "version": "v26.1.1", |
|
6794 | 6786 | }, |
6795 | 6787 | "iceberg_default_catalog_namespace": { |
6796 | 6788 | "c_type": "ss::sstring", |
6797 | | - "cloud_byoc_only": false, |
6798 | | - "cloud_editable": false, |
| 6789 | + "cloud_byoc_only": true, |
| 6790 | + "cloud_editable": true, |
6799 | 6791 | "cloud_readonly": false, |
6800 | | - "cloud_supported": false, |
| 6792 | + "cloud_supported": true, |
6801 | 6793 | "config_scope": "cluster", |
6802 | 6794 | "default": [ |
6803 | 6795 | "redpanda" |
|
7588 | 7580 | "config_scope": "cluster", |
7589 | 7581 | "default": null, |
7590 | 7582 | "defined_in": "src/v/config/configuration.cc", |
7591 | | -<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json |
7592 | 7583 | "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 |
7596 | 7584 | "is_deprecated": false, |
7597 | 7585 | "is_enterprise": false, |
7598 | 7586 | "name": "initial_retention_local_target_bytes_default", |
|
7613 | 7601 | "config_scope": "cluster", |
7614 | 7602 | "default": null, |
7615 | 7603 | "defined_in": "src/v/config/configuration.cc", |
7616 | | -<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json |
7617 | 7604 | "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 |
7621 | 7605 | "is_deprecated": false, |
7622 | 7606 | "is_enterprise": false, |
7623 | 7607 | "maximum": 17592186044415, |
|
7987 | 7971 | "type": "integer", |
7988 | 7972 | "visibility": "user" |
7989 | 7973 | }, |
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 | | - }, |
8006 | 7974 | "kafka_max_bytes_per_fetch": { |
8007 | 7975 | "c_type": "size_t", |
8008 | 7976 | "cloud_byoc_only": false, |
|
11290 | 11258 | "name": "redpanda.cloud_topic.enabled", |
11291 | 11259 | "related_topics": [ |
11292 | 11260 | "self-managed-only: xref:develop:manage-topics/cloud-topics.adoc[Cloud Topics]", |
11293 | | -<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json |
11294 | | -======== |
11295 | 11261 | "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 |
11297 | 11262 | "self-managed-only: xref:manage:tiered-storage.adoc[Tiered Storage]" |
11298 | 11263 | ], |
11299 | 11264 | "type": "string", |
|
11664 | 11629 | "corresponding_cluster_property": "default_redpanda_storage_mode", |
11665 | 11630 | "default": "unset", |
11666 | 11631 | "defined_in": "src/v/kafka/protocol/topic_properties.h", |
11667 | | -<<<<<<<< HEAD:modules/reference/attachments/redpanda-properties-v26.1.2.json |
11668 | 11632 | "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 |
11672 | 11633 | "enum": [ |
11673 | 11634 | "local", |
11674 | 11635 | "tiered", |
|
0 commit comments