hansedong commented on code in PR #7906:
URL: https://github.com/apache/apisix/pull/7906#discussion_r969413628


##########
docs/en/latest/FAQ.md:
##########
@@ -626,6 +626,59 @@ This method only detects whether the APISIX data plane is 
alive or not. It does
 
 :::
 
+## What are the scenarios with high APISIX latency related to Etcd and how to 
fix them?
+
+Etcd is a component of APISIX service discovery and data storage, and its 
stability is related to the stability of APISIX.

Review Comment:
   > Currently APISIX don't have the ETCD service discovery module.
   
   However, as far as I understand, the APISIX data plane uses HTTP-based 
long-polling to communicate with ETCD, which is a service discovery scenario 
(just not based on gRPC), isn't it?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to