Firstsawyou commented on a change in pull request #3574:
URL: https://github.com/apache/apisix/pull/3574#discussion_r573517462
##########
File path: FAQ.md
##########
@@ -341,3 +347,11 @@ Note this option is not shown in the output of `etcd
--help`.
```
Indeed this distinction was eliminated by etcd in their master branch, but not
backport to announced versions, so be care when deploy your etcd cluster.
+
+## How to achieve high availability of APISIX?
+
+The high availability of APISIX can be divided into two parts:
+
+>1.Data plane: The data plane of Apache APISIX is stateless and can be
elastically scaled at will. Just add a layer of LB in front.
Review comment:
updated.
----------------------------------------------------------------
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]