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
springCloud gateway集成了NacosRule负载均衡策略,当网关正常运行一段时间后出现下面的问题(gateway和nacos版本为2.2.5.RELEASE)
此时选择的服务是目标服务
这里判断执行了super.chooseServer(key)
super.chooseServer(key)中的IRule是NacosRule这里的lb变成了其他服务 NacosRule中getLoadBalancer()变成了其他服务 导致请求404
请问这个是什么原因呢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
springCloud gateway集成了NacosRule负载均衡策略,当网关正常运行一段时间后出现下面的问题(gateway和nacos版本为2.2.5.RELEASE)
此时选择的服务是目标服务
这里判断执行了super.chooseServer(key)
super.chooseServer(key)中的IRule是NacosRule这里的lb变成了其他服务
NacosRule中getLoadBalancer()变成了其他服务 导致请求404
请问这个是什么原因呢
The text was updated successfully, but these errors were encountered: