We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
springcloud gateway version 2021.0.1 sentinel version 1.8.3
我使用sentinel-dashboard 配置api流控,精准匹配,配置限流
开发、测试环境、都是正常限流的,发布到生产环境,刚重启后流控正常,经过几天后,流控不生效。
在gateway 里面GatewayRuleManager.getRules(); GatewayApiDefinitionManager.getApiDefinitions(); 可以获取到限流规则,但是实际不起作用,生产环境,不能随便debug,实在想不到问题在哪了。