springcloud gateway 限制文件上传大小

Posted

tags:

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

参考技术A 公司使用springcloud gateway做为各个服务的入口,最近新接上传功能需求,需要限制文件上传的大小。

所有请求

某个请求

org.springframework.cloud.gateway.filter.factory.RequestSizeGatewayFilterFactory

//1 处 根据请求头的content-length判断当前请求大小。

Pull Request #376 · spring-cloud_spring-cloud-gateway

百度搜了很久没有合适的答案,最后去github springcloud仓库issue一搜就解决了问题,下次一定要先去github issue搜索。

15-1 SpringCloud Gateway章节介绍

和zuul本质上是做的一样的事情。但是特性上会有一些区别。




结束

以上是关于springcloud gateway 限制文件上传大小的主要内容,如果未能解决你的问题,请参考以下文章

springcloud——gateway功能拓展

springcloud gateway 实现服务转发 2

SpringCloud集成Gateway

15-1 SpringCloud Gateway章节介绍

15-1 SpringCloud Gateway章节介绍

SpringCloud H版 GateWay 过滤器讲解 及 使用Guava 统一限流处理。