Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, api, shared, site-search]
branches: [DOC-1587-Conditionalize-Manage-Throughput-for-Cloud, v/*, api, shared, site-search]
- url: https://github.com/redpanda-data/redpanda-labs
Comment thread
micheleRP marked this conversation as resolved.
branches: main
start_paths: [docs,'*/docs']
Expand Down
5 changes: 5 additions & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
*** xref:manage:cluster-maintenance/config-cluster.adoc[]
*** xref:manage:audit-logging.adoc[]
**** xref:manage:audit-logging/audit-log-samples.adoc[]
*** xref:manage:cluster-maintenance/manage-throughput.adoc[]
** xref:manage:monitor-cloud.adoc[]
** xref:manage:mountable-topics.adoc[]
** xref:manage:rpk/index.adoc[Redpanda CLI]
Expand Down Expand Up @@ -492,6 +493,10 @@
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-import.adoc[]
**** xref:reference:rpk/rpk-cluster/rpk-cluster-storage.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc[]
***** xref:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc[]
Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ A new xref:manage:iceberg/iceberg-topics-aws-glue.adoc[integration with AWS Glue

See xref:manage:iceberg/rest-catalog/index.adoc[] for supported Iceberg REST catalog integrations.

=== Manage throughput

Redpanda Cloud now lets you xref:manage:cluster-maintenance/manage-throughput.adoc[manage throughput] configuration at the broker and client levels. You can manage client quotas with xref:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[`rpk cluster quotas`] or with the Kafka API. When no quotas apply, the client has unlimited throughput.

== July 2025

=== Iceberg topics in Redpanda Cloud: GA
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Manage Throughput
:description: Manage the throughput of Kafka traffic with configurable properties.

include::ROOT:manage:cluster-maintenance/manage-throughput.adoc[tag=single-source]
Comment thread
micheleRP marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cluster quotas alter

include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cluster quotas describe

include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cluster quotas import

include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-import.adoc[tag=single-source]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= rpk cluster quotas

include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[tag=single-source]