You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/14 09:55:15 UTC

[GitHub] [apisix] 13030509 opened a new issue #5061: bug:nacos.lua 脚本 同样的服务名称不同分组的实例,会存储到同一个nacos服务节点中

13030509 opened a new issue #5061:
URL: https://github.com/apache/apisix/issues/5061


   ### Issue description
   
   ![image](https://user-images.githubusercontent.com/30044604/133236641-6c58ca67-7c78-4b3b-a679-bdf66a8fbef1.png)
   同样的服务名称,不同分组,通过nacos.lua分组后,不同分组的实例都会注册到同一个服务底下。
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - luarocks version, if the issue is about installation (cmd: `luarocks --version`):
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] spacewander closed issue #5061: bug:nacos.lua 脚本 同样的服务名称不同分组的实例,会存储到同一个nacos服务节点中

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #5061:
URL: https://github.com/apache/apisix/issues/5061


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] 13030509 commented on issue #5061: bug:nacos.lua 脚本 同样的服务名称不同分组的实例,会存储到同一个nacos服务节点中

Posted by GitBox <gi...@apache.org>.
13030509 commented on issue #5061:
URL: https://github.com/apache/apisix/issues/5061#issuecomment-919013700


   
   ![image](https://user-images.githubusercontent.com/30044604/133239306-0aad27d6-3dd8-48a7-b75b-b432f7f33d57.png)
   ![image](https://user-images.githubusercontent.com/30044604/133239408-107d8d8d-5174-4929-8a92-f372dd2d82d4.png)
   
   配置了2个route 分别路由到同一个nacos服务不同的分组,请求会落到同一个服务的不同分组。
   ![image](https://user-images.githubusercontent.com/30044604/133239598-aef3bedb-7dfd-41a0-86d6-4756e0f31ae9.png)
   
   nacos.lua 存储host信息的key是servicename,同一个服务不同的group或者namespace不能区分。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org