Skip to content

Commit 6d546d7

Browse files
authored
DOC-1586 single source Manage Throughput in cloud docs (#388)
* DOC-1586 single source Manage Throughput in cloud docs * update playbook * single source rpk cluster quotas * rebuild * rebuild * add to what's new * remove UI from What's New * revert playbook
1 parent a1ea7ab commit 6d546d7

File tree

7 files changed

+25
-0
lines changed

7 files changed

+25
-0
lines changed

modules/ROOT/nav.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@
405405
*** xref:manage:cluster-maintenance/config-cluster.adoc[]
406406
*** xref:manage:audit-logging.adoc[]
407407
**** xref:manage:audit-logging/audit-log-samples.adoc[]
408+
*** xref:manage:cluster-maintenance/manage-throughput.adoc[]
408409
** xref:manage:monitor-cloud.adoc[]
409410
** xref:manage:mountable-topics.adoc[]
410411
** xref:manage:rpk/index.adoc[Redpanda CLI]
@@ -493,6 +494,10 @@
493494
**** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs.adoc[]
494495
***** xref:reference:rpk/rpk-cluster/rpk-cluster-logdirs-describe.adoc[]
495496
**** xref:reference:rpk/rpk-cluster/rpk-cluster-info.adoc[]
497+
**** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[]
498+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[]
499+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[]
500+
***** xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-import.adoc[]
496501
**** xref:reference:rpk/rpk-cluster/rpk-cluster-storage.adoc[]
497502
***** xref:reference:rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc[]
498503
***** xref:reference:rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc[]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ A new xref:manage:iceberg/iceberg-topics-aws-glue.adoc[integration with AWS Glue
1515

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

18+
=== Manage throughput
19+
20+
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.
21+
1822
== July 2025
1923

2024
=== Iceberg topics in Redpanda Cloud: GA
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
= Manage Throughput
2+
:description: Manage the throughput of Kafka traffic with configurable properties.
3+
4+
include::ROOT:manage:cluster-maintenance/manage-throughput.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster quotas alter
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-alter.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster quotas describe
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster quotas import
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas-import.adoc[tag=single-source]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= rpk cluster quotas
2+
3+
include::ROOT:reference:rpk/rpk-cluster/rpk-cluster-quotas.adoc[tag=single-source]

0 commit comments

Comments
 (0)