alibaba/Sentinel
在 GitHub 查看网关限流异常类ZuulBlockFallbackProvider中返回信息限定了BlockResponse,能不能支持自定义
Open
#1,428 创建于 2020年4月24日
area/gateway-flow-controlgood first issuekind/enhancement
仓库指标
- Star
- (23,109 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
网关限流异常类 ZuulBlockFallbackProvider 中返回信息限定只能返回 BlockResponse。我们期望用户可以真正自定义网关限流之后的处理逻辑,像 Web adapter 一样,可以实现跳转、自定义返回等。