tags: #publish
links: [[Software and Tech]]
created: 2021-01-27 Wed
---
# Zuul2
Opensource project from Netflix:
Front door edge proxy, supporting a variety of pluggable filters.
https://github.com/Netflix/zuul/wiki
https://github.com/Netflix/zuul/wiki/Getting-Started-2.0
https://netflixtechblog.com/open-sourcing-zuul-2-82ea476cb2b3
A Netty server that runs pre-filters (inbound filters), then proxies the request using a Netty client and then returns the response after running post-filters (outbound filters).