Redpanda Rate Limits
Redpanda enforces rate limits at two layers. (1) The broker side implements per-client and per-tenant Kafka quotas using the standard Kafka quota mechanism — produce/consume bandwidth quotas, request-rate quotas, and connection-creation rate limits, all configurable via the Admin API and rpk. (2) Redpanda Cloud Serverless additionally enforces tenant-level quotas (max throughput, max partitions, max retention) tied to the subscription tier, returning Kafka THROTTLE responses when exceeded. The Admin API and Schema Registry API have no published per-second limits in the OSS broker; throttling there is a function of the operator's HTTP front-end (e.g., NGINX) configuration.
Redpanda Rate Limits is the machine-readable rate-limit profile for Redpanda on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring bytes-per-second, new-connections-per-second, and partitions.
The profile also includes 3 backoff/retry policies defined and response codes documented for kafkaThrottle, unauthorized, and forbidden.
Tagged areas include Streaming, Kafka, Event Streaming, Open Source, and Rate Limiting.