Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcd v3 api support #1941

Closed
wants to merge 8 commits into from
Closed

etcd v3 api support #1941

wants to merge 8 commits into from

Conversation

chelintsien
Copy link
Contributor

etcd v3 api support

@membphis
Copy link
Member

@chelintsien good PR

@chelintsien
Copy link
Contributor Author

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

@chelintsien
Copy link
Contributor Author

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

@moonming moonming mentioned this pull request Jul 31, 2020
4 tasks
@chelintsien
Copy link
Contributor Author

Added before #1943, why not review my pr?

@membphis
Copy link
Member

add aws sign why we need this commit?

@moonming moonming closed this Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants