afghanistanyn commented on a change in pull request #1917:
URL: https://github.com/apache/incubator-apisix/pull/1917#discussion_r461981656



##########
File path: apisix/discovery/nacos.lua
##########
@@ -165,7 +165,7 @@ local function fetch_instance(service)
     local json_str = res.body
     local data, err = core.json.decode(json_str)
     if not data then
-        log.error("get instance from nacos for " .. service  .. ", invalid 
response body: ", json_str, " err: ", err)
+        log.error("get instance for "..service..",invalid response body: 
",json_str, " err: ", err)

Review comment:
       help 
   could you help correct it and add some test cases, it’s too hard for me
   




----------------------------------------------------------------
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.

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


Reply via email to