We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是本人gateway模块的依赖 : com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config com.alibaba.cloud spring-cloud-starter-alibaba-sentinel com.alibaba.cloud spring-cloud-alibaba-sentinel-gateway org.springframework.cloud spring-cloud-starter-gateway com.alibaba.csp sentinel-datasource-nacos 版本号:2.2.5.RELEASE
yml路由配置:
The text was updated successfully, but these errors were encountered:
确实有问题, 我将spring gateway 集成sentinel 后, 自己注册的限流规则不生效。 必须要dashboard里面推送才能生效, 并且推送还有一定几率异常。
Sorry, something went wrong.
这是1.7.1的bug,参见#1306。debug一下会发现是GatewayFlowSlot没有被加进来,所以没生效。
可以对照 https://github.com/alibaba/Sentinel/wiki/FAQ 看看相关日志进行排查
No branches or pull requests
这是本人gateway模块的依赖 :
com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-discovery
com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-config
com.alibaba.cloud
spring-cloud-starter-alibaba-sentinel
com.alibaba.cloud
spring-cloud-alibaba-sentinel-gateway
org.springframework.cloud
spring-cloud-starter-gateway
com.alibaba.csp
sentinel-datasource-nacos
版本号:2.2.5.RELEASE
yml路由配置:
The text was updated successfully, but these errors were encountered: