Netflix/zuul
Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more. observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 97
- Release rhythm 83
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 3.0
- age_days: 4921
- days_rel: 37
- days_push: 21
- n_releases_24m: 85
Adoption not part of the score
14063 stars · 2441 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Zuul is Netflix's L7 application gateway service providing dynamic routing, monitoring, resiliency, and security for microservices. It is an asynchronous, non-blocking reverse proxy built in Java, widely used as an edge service in cloud architectures.
Use cases
- route requests to backend microservices through a single gateway
- add authentication and security filters at the edge of a system
- proxy and load balance HTTP traffic between services
- implement rate limiting and resiliency policies for APIs
- build an edge server for push messaging at scale
When to choose
- you need a JVM-based, programmable API gateway with custom filters
- you run a Netflix OSS or Spring Cloud microservices stack
- you need dynamic routing and edge-level resiliency in the cloud
When to avoid
- you want a simple static reverse proxy without custom logic (nginx may suffice)
- your stack is non-JVM and you prefer a lightweight gateway
- you need a fully managed gateway rather than self-operated infrastructure
Facets
service · maturity active
api-gateway routing middleware http-server rate-limiting monitoring microservices backend apis cloud-computing jvm cloud reverse-proxy edge-service async-non-blocking netflix-oss load-balancing devops web-server
1 source
- readme: https://github.com/Netflix/zuul · fetched 2026-08-28 · 320c78310eb9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Netflix/zuul | main | 93 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem