starsz commented on a change in pull request #6247:
URL: https://github.com/apache/apisix/pull/6247#discussion_r802638533
##########
File path: apisix/discovery/nacos/init.lua
##########
@@ -236,7 +236,18 @@ local function is_grpc(scheme)
return false
end
-
+local function compareService(last_service_info,service_info)
Review comment:
```suggestion
local function compare_service(last_service_info, service_info)
```
--
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]