You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Max number of query value for canary annotation 'canary-by-query-value'
MaxCanaryQueryValNum int `json:"max-canary-query-val-num"`
MaxCanaryQueryValNum: 20,
支持请求Query参数的高级路由,可以指定具体匹配的query参数值,在query参数和query参数值完全匹配的情况下,请求将被转发到指定的upstream。
Query参数值允许最多设置20个,只要其中1个相匹配,请求就会被转发到指定的upstream。
无损动态生效,无需tengine reload。
The text was updated successfully, but these errors were encountered: