Spring Cloud 组件 —— gateway

Posted Lemo_wd

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud 组件 —— gateway相关的知识,希望对你有一定的参考价值。

Spring Cloud 网关主要有三大模块:route、predicates、filters

其中 filter 最为关键,是功能增强的核心组件。

 

列举出一些功能组件:

5.6 CircuitBreaker 5.7 FallbackHeaders 5.11 RequestRateLimiter 5.17 RewritePath 5.22 SetPath 5.26 StripPrefix 5.27 Retry 5.28 RequestSize 5.31 DefaultFilter

 

RateLimit

参考 https://zhuanlan.zhihu.com/p/62621868

 

以上是关于Spring Cloud 组件 —— gateway的主要内容,如果未能解决你的问题,请参考以下文章