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/07/30 08:45:54 UTC

[GitHub] [incubator-apisix] ChelinTsien opened a new pull request #1941: etcd v3 api support

ChelinTsien opened a new pull request #1941:
URL: https://github.com/apache/incubator-apisix/pull/1941


   etcd v3 api support
   


----------------------------------------------------------------
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] [incubator-apisix] membphis commented on pull request #1941: etcd v3 api support

Posted by GitBox <gi...@apache.org>.
membphis commented on pull request #1941:
URL: https://github.com/apache/incubator-apisix/pull/1941#issuecomment-666247045


   @ChelinTsien good PR


----------------------------------------------------------------
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] [incubator-apisix] membphis commented on pull request #1941: etcd v3 api support

Posted by GitBox <gi...@apache.org>.
membphis commented on pull request #1941:
URL: https://github.com/apache/incubator-apisix/pull/1941#issuecomment-667073783


   `add aws sign` why we need this commit?


----------------------------------------------------------------
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] [incubator-apisix] ChelinTsien commented on pull request #1941: etcd v3 api support

Posted by GitBox <gi...@apache.org>.
ChelinTsien commented on pull request #1941:
URL: https://github.com/apache/incubator-apisix/pull/1941#issuecomment-666254545


   Because the v3 version of the larger changes, so the v3 interface data format are converted to v2. The test is just through the dashboard to go through the operation of the process once again


----------------------------------------------------------------
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] [incubator-apisix] ChelinTsien commented on pull request #1941: etcd v3 api support

Posted by GitBox <gi...@apache.org>.
ChelinTsien commented on pull request #1941:
URL: https://github.com/apache/incubator-apisix/pull/1941#issuecomment-667053701


   Added before #1943,  why not review my pr?


----------------------------------------------------------------
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] [incubator-apisix] ChelinTsien commented on pull request #1941: etcd v3 api support

Posted by GitBox <gi...@apache.org>.
ChelinTsien commented on pull request #1941:
URL: https://github.com/apache/incubator-apisix/pull/1941#issuecomment-666381274


   in  config.yaml file add :
   ```
   etcd:
     host:                           # it's possible to define multiple etcd hosts addresses of the same etcd cluster.
       - "http://127.0.0.1:2379"     # multiple etcd address
     prefix: "/apisix"               # apisix configurations prefix
     timeout: 30                     # 3 seconds
     protocol : "v3"
     api_prefix : "/v3alpha"   # v3, v3beta,v3alpha etc
   
   ```


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