# spring-cloud/spring-cloud-gateway

An API Gateway built on Spring Framework and Spring Boot providing routing and more.

Repository: https://github.com/spring-cloud/spring-cloud-gateway
Canonical: https://ross.abutalabs.com/products/spring-cloud-gateway
Homepage: http://cloud.spring.io
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, spring, spring-boot, spring-cloud, microservices, proxy, api-gateway, reactor, spring-cloud-core
Last push: 2026-08-26T21:31:40+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 98, longevity 100
- inputs: {"age_days": 3577, "days_push": 7, "days_rel": 13, "gap_med": 17.5, "n_releases_24m": 31}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4904, forks 3472 (observed 2026-08-28T04:09:02.189233+00:00)

## What it is
Spring Cloud Gateway is an API gateway built on Spring Framework, Spring Boot, and Project Reactor. It provides routing, filtering, and traffic management for microservices architectures.

## Use cases
- route requests to backend microservices
- set up an API gateway for a Spring Boot microservices stack
- add rate limiting and request filtering at the edge
- implement cross-cutting concerns like auth and retries in one place
- load balance traffic across service instances

## When to choose
- you have a Spring Boot or Spring Cloud microservices ecosystem
- you want a reactive, programmable gateway in Java
- you need deep integration with Spring Cloud service discovery and config

## When to avoid
- you need a high-performance non-JVM gateway like Envoy or NGINX
- your stack is not JVM-based
- you only need simple static reverse proxying without custom logic

## Facets
- artifact type: framework
- maturity: stable
- function: api-gateway, routing, proxy, middleware, http-server, rate-limiting
- domain: microservices, apis, backend, web-development
- platform: jvm, cross-platform
- tags: api-gateway, spring-boot, reactive, reverse-proxy, load-balancing, devops, spring

## Member repositories
- spring-cloud/spring-cloud-gateway (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.189233+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:07.738514+00:00, confidence not recorded.
  - homepage: http://cloud.spring.io (fetched 2026-08-29T09:00:12.483726+00:00, sha 9a8f20fcbb2f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
