hyt05 commented on issue #90:
URL: https://github.com/apache/apisix-docker/issues/90#issuecomment-736271377


   @gxthrj In fact, I didn't use docker- compose.yml Etcd in, I just use the 
example docker- compose.yml To start apifix, the etcd connection address used 
in my configuration file is the etcd cluster deployed with RKE,
   
   Just tested and used the configuration
   ```
   etcd:
     host:
       - "https://10.1.7.51:2379";
       - "https://10.1.7.52:2379";
       - "https://10.1.7.53:2379";
   ```
   Still appear:
   ```
   got malformed version message: "" from etcd
   got malformed version message: "" from etcd
   got malformed version message: "" from etcd
   got malformed version message: "" from etcd
   got malformed version message: "" from etcd
   got malformed version message: "" from etcd
   
   ```
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to