Spring Cloud Rate Limits
Spring Cloud is a set of self-hosted libraries (Config Server, Gateway, Eureka, etc.) — there is no vendor-hosted API and therefore no vendor-imposed throughput limits. Operators define their own throttling using Spring Cloud Gateway's RequestRateLimiter filter (Redis-backed token bucket) or Resilience4j RateLimiter. Numeric limits are entirely operator-determined.
Spring Cloud Rate Limits is the machine-readable rate-limit profile for Spring Cloud on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 1 rate-limit definition, measuring varies.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Circuit Breaker, Cloud Native, Distributed Systems, Java, and Microservices.