What's New: Cloud Topics enabled by default (DOC-2309) - #655
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughThe July 2026 “What’s New” section now states that Cloud Topics are enabled by default. It documents creating a Cloud Topic by selecting its storage mode during topic creation and using Cloud Topics exclusively or alongside standard topics on the same cluster. Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
|
||
| === Cloud Topics enabled by default | ||
|
|
||
| xref:develop:topics/cloud-topics.adoc[Cloud Topics] are now enabled by default: create a Cloud Topic by setting its storage mode during topic creation, with no cluster-level enablement step. You can use Cloud Topics exclusively or together with standard topics on the same cluster. |
There was a problem hiding this comment.
Note that this is specifically for cloud clusters. AFAIK it is the same provided the cloud team have done the uptake for the new configuration options?
There was a problem hiding this comment.
Yeah, this looks good to me. In v26.2 we don't even have cloud_topics_enabled, we reuse cloud_storage_enabled instead, which is definitely set in cloud already
Summary
Adds the July 2026 What's New entry for DOC-2309: Cloud Topics enabled by default (26.2, Aha S-79).
Why only a What's New entry
The topic page itself is single-sourced from the docs repo, and docs#1786 (DOC-2193, the core twin) already made the 26.2 content cloud-correct: the "Create Cloud Topics" section states no separate cluster property is required, and the pre-26.2
cloud_topics_enabledNOTE is gatedifndef::env-cloud[], so cloud readers never see it. Verified there is no stale enablement text elsewhere in cloud-docs (cloud_topics_enabledwas never customer-facing here). The stub atmodules/develop/pages/topics/cloud-topics.adocneeds no change.The entry is inserted below the Terraform entry (not at the top of July) to avoid a merge conflict with #654, which edits the top of the same section.
Note: DOC-2309 is assigned to Michele — coordinate before merging.
🤖 Generated with Claude Code
Preview pages