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的主要内容,如果未能解决你的问题,请参考以下文章

spring-boot-starter-web包,会导致Gateway启动抛出异常

面试官:说说Spring Cloud底层原理?

微服务中的Spring Cloud和Spring Cloud Alibaba分别有哪些组件和作用,众多组件中如何做技术选型?

spring cloud组件思维导图

总结Spring Cloud各个组件配套使用

spring cloud 2.x版本 Spring Cloud Stream消息驱动组件基础教程(kafaka篇)