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
同样的服务名称,不同分组,通过nacos.lua分组后,不同分组的实例都会注册到同一个服务底下。
apisix version
uname -a
nginx -V
openresty -V
curl http://127.0.0.1:9090/v1/server_info
luarocks --version
The text was updated successfully, but these errors were encountered:
配置了2个route 分别路由到同一个nacos服务不同的分组,请求会落到同一个服务的不同分组。
nacos.lua 存储host信息的key是servicename,同一个服务不同的group或者namespace不能区分。
Sorry, something went wrong.
fix apache#5061
048733f
tzssangglass
Successfully merging a pull request may close this issue.
Issue description
同样的服务名称,不同分组,通过nacos.lua分组后,不同分组的实例都会注册到同一个服务底下。
Environment
apisix version
):uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):The text was updated successfully, but these errors were encountered: