Skip to content

Add Cloud Topics to Enterprise Feature License table#1708

Merged
Feediver1 merged 3 commits into
mainfrom
Feediver1-patch-7
May 20, 2026
Merged

Add Cloud Topics to Enterprise Feature License table#1708
Feediver1 merged 3 commits into
mainfrom
Feediver1-patch-7

Conversation

@Feediver1
Copy link
Copy Markdown
Contributor

@Feediver1 Feediver1 commented May 20, 2026

Description

No ticket for this. This content was not included in the 26.1 GA release of Cloud Topics. Adding now.
Review deadline:

Page previews

Redpanda enterprise features

Checks

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

@Feediver1 Feediver1 requested a review from a team as a code owner May 20, 2026 14:27
@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for redpanda-docs-preview ready!

Name Link
🔨 Latest commit c64d243
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-docs-preview/deploys/6a0deba8bfaed900083387ab
😎 Deploy Preview https://deploy-preview-1708--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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 20, 2026

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

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.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 14ebe0ad-bc7d-468d-bae0-7ca4cc822a1b

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
📝 Walkthrough

Walkthrough

This PR adds a new entry to the "Enterprise features in Redpanda" table in the licensing overview documentation. The Cloud Topics feature row includes a reference link, description, and a specification of restrictions that apply when no valid license is present: Cloud Topics cannot be created or modified, partitions cannot be added, and major upgrades are blocked during violation states.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • redpanda-data/docs#1646: Both PRs extend the "Enterprise features" table in the licensing overview by adding new rows that document feature restrictions under unlicensed conditions (Cloud Topics in this PR versus GBAC permissions in the related PR).

Suggested reviewers

  • paulohtb6
  • JakeSCahill
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is incomplete. It lacks a JIRA ticket reference, has no checked items in the Checks section, and provides minimal context for reviewers. Complete the description by: (1) providing the actual JIRA ticket number, (2) adding a review deadline, (3) checking the appropriate box in the Checks section to clarify the change type, and (4) providing additional context about what content was missing from the 26.1 GA release.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding Cloud Topics to the Enterprise Feature License table, which matches the documentation update in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch Feediver1-patch-7

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

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
modules/get-started/pages/licensing/overview.adoc (1)

112-112: ⚡ Quick win

Use auto-title xref format for consistency.

On Line 112, prefer xref:...[] instead of hard-coded link text to keep link titles centralized and avoid drift when page titles change.

Proposed change
-| xref:develop/manage-topics/cloud-topics.adoc[Cloud Topics]
+| xref:develop/manage-topics/cloud-topics.adoc[]

Based on learnings: AsciiDoc linking should prefer xref:section/target.adoc[] so the referenced document title is rendered automatically.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@modules/get-started/pages/licensing/overview.adoc` at line 112, Replace the
hard-coded link label for the Cloud Topics reference with the auto-title xref
format so the target page title is rendered dynamically; locate the existing
xref entry that reads xref:develop/manage-topics/cloud-topics.adoc[Cloud Topics]
in the licensing overview and update it to use an empty title bracket
(xref:develop/manage-topics/cloud-topics.adoc[]) ensuring consistency with other
links and preventing title drift when the referenced page title changes.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@modules/get-started/pages/licensing/overview.adoc`:
- Line 112: Replace the hard-coded link label for the Cloud Topics reference
with the auto-title xref format so the target page title is rendered
dynamically; locate the existing xref entry that reads
xref:develop/manage-topics/cloud-topics.adoc[Cloud Topics] in the licensing
overview and update it to use an empty title bracket
(xref:develop/manage-topics/cloud-topics.adoc[]) ensuring consistency with other
links and preventing title drift when the referenced page title changes.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9e7b4a8a-0167-4340-a4bc-67e21ae3b62e

📥 Commits

Reviewing files that changed from the base of the PR and between e4571c6 and 483fe2d.

📒 Files selected for processing (1)
  • modules/get-started/pages/licensing/overview.adoc

Comment thread modules/get-started/pages/licensing/overview.adoc Outdated
Comment thread modules/get-started/pages/licensing/overview.adoc Outdated
Comment thread modules/get-started/pages/licensing/overview.adoc Outdated
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@micheleRP micheleRP left a comment

Choose a reason for hiding this comment

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

lgtm

@Feediver1 Feediver1 merged commit 015b741 into main May 20, 2026
7 checks passed
@Feediver1 Feediver1 deleted the Feediver1-patch-7 branch May 20, 2026 21:11
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.

3 participants