zuul pre filters
时间: 2024-01-03 10:41:57 浏览: 81
Zuul原理介绍,欢迎分享下载
引用中提到的Spring Cloud Gateway是使用了Spring WebFlux非阻塞网络框架的,而且默认使用了高性能非阻塞的Netty Server。与之相比,Spring Cloud Zuul使用了阻塞的线程模型,这就导致了性能下降的问题。Spring Cloud Gateway作为一个Spring Boot应用,具有一系列的过滤器(filters)来处理请求。而zuul pre filters是指在请求被路由之前执行的过滤器。它们可以用来进行一些预处理操作,比如鉴权、日志记录等。这些预处理操作可以帮助我们在请求被路由到具体的服务之前对请求进行验证和处理。<span class="em">1</span>
#### 引用[.reference_title]
- *1* [全面又深刻的gateway源码分析脑图](https://download.csdn.net/download/2301_78240434/87991447)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文