alibaba/Sentinel

GatewayFlowRule can not use multiple paramItem

Open

#2.145 geöffnet am 20. Apr. 2021

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (8.150 Forks)batch import
area/gateway-flow-controlgood first issuekind/enhancement

Repository-Metriken

Stars
 (23.109 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

As we konw,if we set paramItem in GatewayFlowRule,it will used as ParamFlowRule。 but ,in ParamFlowRule,we can set multiple paramItem by paramFlowItemList

How to use multiple paramItem in GatewayFlowRule。

使用网关流控时,如果要使用参数限流配置,没法和热点参数限流一样,添加多个热点参数项。 比如,在网关里面配置route_id=A,按host=a.com限流100qps,host=b.com限流50qps

Contributor Guide