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/02 09:11:44 UTC

[GitHub] [apisix] tokers commented on issue #2912: bug: failed to fetch data from etcd

tokers commented on issue #2912:
URL: https://github.com/apache/apisix/issues/2912#issuecomment-737097372


   @jaredhuang This is due to your etcd cluster doesn't enable the gRPC gateway. This is as same as https://github.com/apache/apisix/issues/2695.
   
   The switch for gRPC gateway is obscure, it's not recorded explicitly, this feature is enabled by default if you just use command line options to bootstrap etcd, however, if you are using configuration file, please add the `enable-grpc-gateway: true` explicitly, it's disabled by default in configuration file.
   
   
   We already added this situation in doc: https://github.com/apache/apisix/blob/master/doc/install-dependencies.md. Maybe we need to note it more detailed. @membphis 


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