bzp2010 commented on code in PR #10950:
URL: https://github.com/apache/apisix/pull/10950#discussion_r1676776383
##########
apisix/discovery/nacos/init.lua:
##########
@@ -385,12 +413,13 @@ function _M.nodes(service_name, discovery_args)
waiting_time = waiting_time - step
end
- if not applications or not applications[namespace_id]
- or not applications[namespace_id][group_name]
+ if not applications or not applications[nacos_name]
+ or not applications[nacos_name][namespace_id]
Review Comment:
```suggestion
or not applications[nacos_name][namespace_id]
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]