Skip to content

Update Properties with the latest in v26.1#1581

Open
paulohtb6 wants to merge 6 commits intov-WIP/26.1from
properties-
Open

Update Properties with the latest in v26.1#1581
paulohtb6 wants to merge 6 commits intov-WIP/26.1from
properties-

Conversation

@paulohtb6
Copy link
Collaborator

@paulohtb6 paulohtb6 commented Feb 23, 2026

Description

Resolves https://redpandadata.atlassian.net/browse/
Review deadline:

Redpanda Property Changes: v25.3.7 → dev

New Properties (22)

  • cloud_topics_compaction_interval_ms
  • cloud_topics_compaction_key_map_memory
  • cloud_topics_compaction_max_object_size
  • cloud_topics_fetch_debounce_enabled
  • cloud_topics_l1_indexing_interval
  • cloud_topics_long_term_flush_interval
  • cloud_topics_parallel_fetch_enabled
  • cloud_topics_reconciliation_max_interval
  • cloud_topics_reconciliation_max_object_size
  • cloud_topics_reconciliation_min_interval
  • cloud_topics_reconciliation_slowdown_blend
  • cloud_topics_reconciliation_speedup_blend
  • cloud_topics_reconciliation_target_fill_ratio
  • default_redpanda_storage_mode
  • delete_topic_enable
  • internal_rpc_request_timeout_ms
  • log_compaction_max_priority_wait_ms
  • nested_group_behavior
  • oidc_group_claim_path
  • partition_autobalancing_node_autodecommission_timeout_sec
  • redpanda.storage.mode
  • schema_registry_enable_qualified_subjects

Changed defaults

Property Name Old Default New Default
cloud_topics_reconciliation_interval 10000 null
log_compaction_tx_batch_removal_enabled false true
tls_v1_2_cipher_suites OpenSSL names IANA names

Page previews

Cluster properties
Topic properties
What's new

Checks

  • New feature
  • Content gap
  • Support Follow-up
  • Small fix (typos, links, copyedits, etc)

@paulohtb6 paulohtb6 requested a review from a team as a code owner February 23, 2026 16:37
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 23, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch properties-

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.


No description available.

Configuration property: redpanda.cloud_topic.enabled
Copy link
Collaborator Author

@paulohtb6 paulohtb6 Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will eventually be deleted on new runs. But this is auto-excluded from docs anyway

Comment on lines +1555 to +1566
Set the storage mode for this topic, controlling where Redpanda stores its data. This property supersedes the legacy <<redpandaremoteread,`redpanda.remote.read`>> and <<redpandaremotewrite,`redpanda.remote.write`>> properties.

You can set this value at topic creation time or alter it later, although only certain transitions between modes are allowed.

Accepted values:

* `unset`: Defer to the legacy `redpanda.remote.read` and `redpanda.remote.write` topic properties for tiered storage configuration.
* `local`: Store data only on local disks, with no object storage involvement.
* `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`.
* `cloud`: Store data primarily in object storage using xref:manage:tiered-storage.adoc#cloud-topics[cloud topics].

If not set explicitly, the topic inherits the cluster-level default from config_ref:default_redpanda_storage_mode,true,properties/cluster-properties[].
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WillemKauf agree with this description?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"if not set explicitly" means redpanda.storage.mode=unset, might want to reiterate that explicitly

Comment on lines +4551 to +4558
Set the default storage mode for new topics. This value applies to any topic created without an explicit <<redpandastoragemode,`redpanda.storage.mode`>> setting.

Accepted values:

* `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.
* `local`: Store data only on local disks, with no object storage involvement.
* `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`.
* `cloud`: Store data primarily in object storage using xref:manage:tiered-storage.adoc#cloud-topics[cloud topics].
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WillemKauf here too

@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for redpanda-docs-preview ready!

Name Link
🔨 Latest commit 39d0088
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-docs-preview/deploys/699f6146c7be450008f346ce
😎 Deploy Preview https://deploy-preview-1581--redpanda-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Feediver1
Copy link
Contributor

Feediver1 commented Feb 23, 2026

So many of these indicate they were added in 25.3. I suspect most of the remaining ones are specific to 26.1. The tricky part here--given that no doc went out for Cloud Topics in 25.3, I think it might be confusing for users to see that and then find nothing in the 25.3 docs for Cloud Topics. I'll ask @mattschumpert about this today @paulohtb6.

@Feediver1
Copy link
Contributor

Also note that Cloud Topics requires an enterprise license, so should be "Cloud Topics".

@mattschumpert
Copy link

We should consider all cloud topics properties as 'new' for 26.1 (even if added in 25.3) because for everybody except 1-2 private beta customers, they are new.

We could also throw the 25.3 ones into the cloud topics 25.3 private beta doc if its easy, but not the property refernece of course.

Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants