Skip to content

Coming Soon

Arthur Gonigberg edited this page Apr 13, 2018 · 3 revisions

Websocket/SSE

This feature will allow for async event-based communication over websocket/SSE. This will be outside of a request/response scope and will act as a side-channel.

Throttling Filter

This filter will rate-limit requests using token buckets.

Brownout Filter

This filter will turn off specific CPU-bound features during times of high load in order to protect the availability of Zuul.

Configurable Routing

This will be a file-based configuration of routing, rather than having to use a code-based filter.