Lucas

Results 1 issues of Lucas

## Issue Description Type: *bug report* ### Describe what happened (or what feature you want) ahas与zuul1.x集成实现网关限流。如果被限流,抛出BlockException之后,没有抛出ZuulException,因而无法进入Zuul的错误处理流程。 代码在:com.alibaba.csp.sentinel.adapter.gateway.zuul.filters.SentinelZuulPreFilter#run 95-103行 ```java } catch (BlockException var12) { ZuulBlockFallbackProvider zuulBlockFallbackProvider = ZuulBlockFallbackManager.getFallbackProvider(fallBackRoute); BlockResponse blockResponse...

kind/question
area/integrations
area/gateway-flow-control