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
Describe the bug
按照官网文档配置完成之后,默认反脆弱插件tps限流不生效
After the configuration is complete, the default anti-vulnerability plug-in tps traffic limiting does not take effect
Describe the bug
按照官网文档配置完成之后,默认反脆弱插件tps限流不生效
After the configuration is complete, the default anti-vulnerability plug-in tps traffic limiting does not take effect
mkdir -p ${nacos.home}/data/tps/
echo '{"pointName":"ConfigQuery","pointRule":{"maxCount":100,"monitorType":"intercept"}}' > ${nacos.home}/data/tps/ConfigQuery
发现默认实现中都是返回成功,没有做实际限流逻辑
Found that the code is all returned success, no actual stream limiting logic
Expected behavior
A clear and concise description of what you expected to happen.
Actually behavior
A clear and concise description of what you actually to happen.
How to Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: