We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The etcd cluster is highly available, so Apache APISIX should allow multiple etcd addresses to be configured to connect to the etcd cluster.
How about this new style?
etcd: host: - "http://127.0.0.1:2379" # multiple etcd address - "http://127.0.0.1:2380" prefix: "/apisix" # apisix configurations prefix timeout: 3 # 3 seconds
BTW, the driver resty-etcd has supported this feature.
resty-etcd
https://github.com/iresty/lua-resty-etcd/blob/master/t/v2/cluster.t#L52
The text was updated successfully, but these errors were encountered:
Hi @membphis I would like to work on this issue.
Sorry, something went wrong.
ok, I have assigned to you
Akayeshmantha
Successfully merging a pull request may close this issue.
The etcd cluster is highly available, so Apache APISIX should allow multiple etcd addresses to be configured to connect to the etcd cluster.
How about this new style?
BTW, the driver
resty-etcd
has supported this feature.https://github.com/iresty/lua-resty-etcd/blob/master/t/v2/cluster.t#L52
The text was updated successfully, but these errors were encountered: