This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 675b6fac151 updated meaning (#1549)
675b6fac151 is described below
commit 675b6fac15159cf0acfdb5e9bc3ee0c73fa8ab2b
Author: Pratyay Banerjee <[email protected]>
AuthorDate: Mon Apr 3 17:19:53 2023 +0530
updated meaning (#1549)
Signed-off-by: Pratyay Banerjee <[email protected]>
---
blog/en/blog/2021/08/10/apisix-nginx.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/en/blog/2021/08/10/apisix-nginx.md
b/blog/en/blog/2021/08/10/apisix-nginx.md
index ccb3d8a74c5..3dc51358c8b 100644
--- a/blog/en/blog/2021/08/10/apisix-nginx.md
+++ b/blog/en/blog/2021/08/10/apisix-nginx.md
@@ -30,7 +30,7 @@ Apache APISIX is based on the Lua timer and the
lua-resty-etcd module for dynami
## Configuration synchronization scheme based on etcd watch mechanism
-Managing a cluster must rely on a centralized configuration, and etcd is one
such database. etcd was not chosen as the configuration center for Apache
APISIX because it has two advantages.
+Managing a cluster must rely on a centralized configuration, and etcd is one
such database. etcd was chosen as the configuration center for Apache APISIX
because it has two advantages.
* etcd uses the Paxos-like Raft protocol to guarantee data consistency, and it
is a decentralized, distributed database that is more reliable than relational
databases
* etcd's watch mechanism allows clients to monitor changes to a key, i.e., if
the value of a key like /nginx/http/upstream changes, the watch client will be
notified immediately, as shown in the following figure.