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/01 01:20:49 UTC

[GitHub] [apisix] mangoGoForward commented on issue #4929: request help: Integration of eureka as discovery registry fail

mangoGoForward commented on issue #4929:
URL: https://github.com/apache/apisix/issues/4929#issuecomment-909784146


   > > the type of unzip_data is userdata
   > 
   > Any error logs? information from these two lines is less.
   
   When I use zlib.inflate to unzip the response, it return a userdata type, so it thrown bad argument when use json decode
   ```
   local data, err = core.json.decode(unzip_data)
   if not data then
       log.error("invalid response body: ", type(unzip_data), " err: ", err)
       return
   end
   ```
   I don't known how to process the data, can you help me? There is a problem when process the Eureka's returned data
   


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