mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 20:17:35 +08:00
doc: enable v2 protocol if the etcd is 3.4 or higher.
This commit is contained in:
parent
d8d7f018dc
commit
e68b6924ac
2
FAQ.md
2
FAQ.md
@ -18,7 +18,7 @@ One of the goals of APISIX design and development is the highest performance in
|
||||
|
||||
APISIX is the highest performance API gateway with a single-core QPS of 23,000, with an average delay of only 0.6 milliseconds.
|
||||
|
||||
##Does APISIX have a console interface?
|
||||
## Does APISIX have a console interface?
|
||||
|
||||
Yes, in version 0.6 we have dashboard built in, you can operate APISIX through the web interface.
|
||||
|
||||
|
@ -103,6 +103,6 @@ Mac OSX
|
||||
# install openresty, etcd and some compilation tools
|
||||
brew install autoconf automake check pkg-config pcre cmake libtool openresty/brew/openresty etcd luarocks
|
||||
|
||||
# start etcd server
|
||||
brew services start etcd
|
||||
# start etcd server with v2 protocol
|
||||
etcd --enable-v2=true &
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user