Dapr Rate Limits
Dapr is a self-hosted runtime; there is no provider-imposed rate limit on the Dapr APIs. Throughput is bounded by the operator's own sidecar resource limits, the underlying state store / message broker, and any Dapr Resiliency or Configuration policies the operator configures (rate limit middleware, circuit breakers, timeouts, retries). Dapr does ship a rate-limit HTTP middleware component that operators can attach to any building-block invocation, but the numeric limits are always operator-defined.
Dapr Rate Limits is the machine-readable rate-limit profile for Dapr on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring requests_per_second and varies.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and serviceUnavailable.
Tagged areas include Distributed Systems, Microservices, Open Source, and Rate Limiting.