What's New: Cloud Topics enabled by default (DOC-2309) - #655
Open
Feediver1 wants to merge 1 commit into
Open
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. |
Contributor
📝 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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