Skip to content

api-evangelist/netflix-zuul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Zuul (netflix-zuul)

Netflix Zuul is an open-source L7 application gateway that provides dynamic routing, monitoring, resiliency, and security for edge services. Originally developed by Netflix, Zuul 2 uses Netty for non-blocking I/O and is commonly used as an API gateway and edge service.

URL: Visit APIs.json URL

Scope

  • Type: Index
  • Position: Consuming
  • Access: 3rd-Party

Tags:

  • API Gateway, Edge Service, Netflix, Open Source

Timestamps

  • Created: 2026-03-16
  • Modified: 2026-04-28

APIs

Netflix Zuul Gateway

Netflix Zuul is an L7 application gateway built on Netty that provides dynamic routing, load balancing, authentication, monitoring, and resiliency for edge services. Zuul 3.x is the current release, supporting inbound, endpoint, and outbound filter pipelines for intercepting and modifying HTTP requests and responses at the edge.

Human URL: https://github.com/Netflix/zuul

Tags:

  • API Gateway, Edge Service, Routing, Netty

Properties

Netflix Zuul Filters API

The Zuul Filters API provides the core extension point for building custom logic into the Zuul gateway pipeline. Developers implement inbound, endpoint, and outbound filters using synchronous or asynchronous base classes to handle authentication, routing, rate limiting, metrics, and response decoration.

Human URL: https://github.com/Netflix/zuul/wiki/Filters

Tags:

  • Filters, Extension, Routing, Middleware

Properties

Netflix Zuul Push Messaging

Zuul Push Messaging enables server-to-client push communications over WebSockets and Server Sent Events (SSE). It provides a PushConnectionRegistry for managing connected clients and supports distributed deployments using external datastores such as Redis, Cassandra, or DynamoDB for multi-node clusters.

Human URL: https://github.com/Netflix/zuul/wiki/Push-Messaging

Tags:

  • Push Messaging, WebSocket, Server Sent Events, Real Time

Properties

Common Properties

Maintainers

FN: Kin Lane

Email: kin@apievangelist.com

About

Netflix Zuul is an open-source L7 application gateway that provides dynamic routing, monitoring, resiliency, and security for edge services. Originally developed by Netflix, Zuul 2 uses Netty for non-blocking I/O and is commonly used as an API gateway and edge service.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors