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 2020/12/18 08:33:52 UTC

[GitHub] [apisix] heytong commented on issue #3073: bug: config_etcd.lua:100: readdir(): grpc: received message larger than max (4236894 vs. 4194304)

heytong commented on issue #3073:
URL: https://github.com/apache/apisix/issues/3073#issuecomment-747946134


   About Iterate over the routes' data, Can it be handled like this:
   
   $keys = `etcdctl get --keys-only --from-key /apisix/routes`
   foeach $i in $keys:
     $val = etcdctl get --from-key $i
   


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