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/06/09 08:20:10 UTC

[GitHub] [apisix] adugeek opened a new issue #4399: stand-alone support read from apisix.json

adugeek opened a new issue #4399:
URL: https://github.com/apache/apisix/issues/4399


   As Title:
   Only very few yaml generation  lib,
   On the contrary, many json generation lib


-- 
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:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #4399: stand-alone support read from apisix.json

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #4399:
URL: https://github.com/apache/apisix/issues/4399#issuecomment-858737394


   I think yaml is used more because it is positioned as a configuration file, especially in cloud-native scenarios.
   by the way, is there a suitable lua-resty-* library for reading the json file?


-- 
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:
users@infra.apache.org



[GitHub] [apisix] adugeek edited a comment on issue #4399: stand-alone support read from apisix.json

Posted by GitBox <gi...@apache.org>.
adugeek edited a comment on issue #4399:
URL: https://github.com/apache/apisix/issues/4399#issuecomment-859363080


   > I think yaml is used more because it is positioned as a configuration file, especially in cloud-native scenarios.
   
   I agree this point.
   But, The problem is  no  suitable lib covery lua stuct to yaml.
   
   > is there a suitable lua-resty-* library for reading the json file?
   
   We don't need a library to read json files,
   What we need is a library that can convert between lua struct and json string. They are many.
   
   But we don't have a library that can convert between lua struct and yaml string.
   


-- 
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:
users@infra.apache.org



[GitHub] [apisix] tokers commented on issue #4399: stand-alone support read from apisix.json

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #4399:
URL: https://github.com/apache/apisix/issues/4399#issuecomment-859471421






-- 
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:
users@infra.apache.org



[GitHub] [apisix] adugeek commented on issue #4399: stand-alone support read from apisix.json

Posted by GitBox <gi...@apache.org>.
adugeek commented on issue #4399:
URL: https://github.com/apache/apisix/issues/4399#issuecomment-859363080






-- 
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:
users@infra.apache.org



[GitHub] [apisix] adugeek closed issue #4399: stand-alone support read from apisix.json

Posted by GitBox <gi...@apache.org>.
adugeek closed issue #4399:
URL: https://github.com/apache/apisix/issues/4399


   


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