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 2022/02/07 01:48:46 UTC

[GitHub] [apisix] tzssangglass commented on a change in pull request #6247: Add the de duplication function of Nacos service discovery

tzssangglass commented on a change in pull request #6247:
URL: https://github.com/apache/apisix/pull/6247#discussion_r800270173



##########
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: notifications-unsubscribe@apisix.apache.org

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