Skip to content

DOC-1811 Document Cloud Feature User-based throughput quotas#534

Open
micheleRP wants to merge 1 commit intomainfrom
DOC-1811-Document-Cloud-Feature-User-based-throughput-quotas
Open

DOC-1811 Document Cloud Feature User-based throughput quotas#534
micheleRP wants to merge 1 commit intomainfrom
DOC-1811-Document-Cloud-Feature-User-based-throughput-quotas

Conversation

@micheleRP
Copy link
Contributor

@micheleRP micheleRP commented Mar 20, 2026

Description

DO NOT MERGE UNTIL 26.1 + revert playbook

This PR updates doc to support the new user-based throughput quotas feature in Redpanda Cloud. SIngle sourcing done in redpanda-data/docs#1596

  • Added a new page, about-throughput-quotas.adoc, to single source user-based and client ID-based throughput quotas, their hierarchy, precedence, and quota tracking behavior.
  • Announced the availability of user-based throughput quotas in the April 2026 section of whats-new-cloud.adoc.
  • Added about-throughput-quotas.adoc to the navigation in nav.adoc.
  • Expanded the description and learning objectives for the manage-throughput.adoc page to cover user-based quotas, client ID-based quotas, and monitoring.

Antora Playbook Update: REVERT BEFORE MERGING

  • Updated the Antora playbook to track the new v-WIP/26.1 branch for preview docs

Resolves https://redpandadata.atlassian.net/browse/DOC-1811?search_id=7159cbcc-d80d-45ac-99c8-1f79b6177251
Review deadline: March 27

Page previews

What's New
About Client Throughput Quotas
Manage Throughput

Checks

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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 20, 2026

📝 Walkthrough

Walkthrough

This pull request updates the documentation configuration and content to introduce user-based throughput quotas functionality. The Antora playbook is switched from the main branch to the v-WIP/26.1 feature branch for the documentation source. A new documentation page about throughput quotas is created, navigation is updated to link to it, the "What's New in Redpanda Cloud" page is augmented with April 2026 changes describing user-based quotas, and metadata on the manage-throughput page is updated with new learning objectives.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • r-vasquez
  • kbatuigas
  • Feediver1
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: documenting the new user-based throughput quotas feature for Redpanda Cloud, which aligns with all the modifications in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The pull request description is comprehensive and well-structured, following the template with all required sections completed: Issue reference, review deadline, page previews, and appropriate checkbox selections.

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

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch DOC-1811-Document-Cloud-Feature-User-based-throughput-quotas
📝 Coding Plan
  • Generate coding plan for human review comments

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

Tip

CodeRabbit can generate a title for your PR based on the changes with custom instructions.

Set the reviews.auto_title_instructions setting to generate a title for your PR based on the changes in the PR with custom instructions.

@netlify
Copy link

netlify bot commented Mar 20, 2026

Deploy Preview for rp-cloud ready!

Name Link
🔨 Latest commit 710b2fe
🔍 Latest deploy log https://app.netlify.com/projects/rp-cloud/deploys/69bcb1fa0ad2c90008990bf8
😎 Deploy Preview https://deploy-preview-534--rp-cloud.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.

@micheleRP micheleRP marked this pull request as ready for review March 20, 2026 02:44
@micheleRP micheleRP requested a review from a team as a code owner March 20, 2026 02:44
@micheleRP
Copy link
Contributor Author

@pgellert, @mattschumpert please let me know if there are any changes to this for Cloud!

Copy link
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)
local-antora-playbook.yml (1)

18-18: Add an explicit inline “revert before merge” marker at Line 18.

This change is valid for preview, but adding an inline comment reduces the chance of accidentally merging a WIP branch pin.

Based on learnings: local Antora playbook branch overrides are used for cross-repo single-sourcing previews and are reverted before merge.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@local-antora-playbook.yml` at line 18, The branches entry currently pins a
WIP branch ("v-WIP/26.1") which must be clearly marked for removal before
merging; add an inline comment marker adjacent to the branches list (e.g.,
"REVERT-BEFORE-MERGE: v-WIP/26.1") so reviewers and CI can spot and remove the
WIP pin prior to merge, updating the branches line/object that contains
"v-WIP/26.1" to include that explicit revert-before-merge marker.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@local-antora-playbook.yml`:
- Line 18: The branches entry currently pins a WIP branch ("v-WIP/26.1") which
must be clearly marked for removal before merging; add an inline comment marker
adjacent to the branches list (e.g., "REVERT-BEFORE-MERGE: v-WIP/26.1") so
reviewers and CI can spot and remove the WIP pin prior to merge, updating the
branches line/object that contains "v-WIP/26.1" to include that explicit
revert-before-merge marker.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ba3fcdbf-0daa-48e1-8bbc-56e20dc2c3dc

📥 Commits

Reviewing files that changed from the base of the PR and between d122be8 and 710b2fe.

📒 Files selected for processing (5)
  • local-antora-playbook.yml
  • modules/ROOT/nav.adoc
  • modules/get-started/pages/whats-new-cloud.adoc
  • modules/manage/pages/cluster-maintenance/about-throughput-quotas.adoc
  • modules/manage/pages/cluster-maintenance/manage-throughput.adoc

Copy link

@pgellert pgellert left a comment

Choose a reason for hiding this comment

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

lgtm

please let me know if there are any changes to this for Cloud!

No Cloud-only changes needed for user quotas 👍

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.

2 participants