Skip to content

Commit bf0a101

Browse files
committed
input from Camilo + fix typo
1 parent 1a3ad44 commit bf0a101

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

modules/manage/pages/cluster-maintenance/manage-throughput.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ NOTE: As of v24.2, Redpanda enforces all throughput limits per broker, including
2121

2222
Throughput limits are enforced by applying backpressure to clients. When a connection is in breach of the throughput limit, the throttler advises the client about the delay (throttle time) that would bring the rate back to the allowed level. Redpanda starts by adding a `throttle_time_ms` field to responses. If that isn't honored, delays are inserted on the connection's next read operation.
2323

24+
ifdef::env-cloud[]
25+
In Redpanda Cloud, the throttling delay is set to 30 seconds.
26+
endif::[]
27+
2428
ifndef::env-cloud[]
2529
The throttling delay may not exceed the limit set by xref:reference:tunable-properties.adoc#max_kafka_throttle_delay_ms[`max_kafka_throttle_delay_ms`].
2630
endif::[]
@@ -101,7 +105,7 @@ endif::[]
101105
=== Individual client throughput limit
102106

103107
ifdef::env-cloud[]
104-
NOTE: The following sections show how to manage throughput with `rpk`. You can also manage throughput with the link:https://docs.redpanda.com/api/doc/cloud-dataplane/operation/operation-quotaservice_listquotas[Redpanda Cloud Data Plane API]
108+
NOTE: The following sections show how to manage throughput with `rpk`. You can also manage throughput with the link:https://docs.redpanda.com/api/doc/cloud-dataplane/operation/operation-quotaservice_listquotas[Redpanda Cloud Data Plane API].
105109
endif::[]
106110

107111
To view current throughput quotas set through the Kafka API, run xref:reference:rpk/rpk-cluster/rpk-cluster-quotas-describe.adoc[`rpk cluster quotas describe`].

0 commit comments

Comments
 (0)