This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cab682b0dfd faq 2-19 (#1607)
cab682b0dfd is described below

commit cab682b0dfdb0be0b45bc8e2a231e5e1818407a5
Author: xin gu <[email protected]>
AuthorDate: Tue Nov 22 15:30:54 2022 +0800

    faq 2-19 (#1607)
    
    faq 2-19
---
 content/zh/docs3-v2/java-sdk/faq/2/19.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/content/zh/docs3-v2/java-sdk/faq/2/19.md 
b/content/zh/docs3-v2/java-sdk/faq/2/19.md
new file mode 100644
index 00000000000..c65b8f36816
--- /dev/null
+++ b/content/zh/docs3-v2/java-sdk/faq/2/19.md
@@ -0,0 +1,19 @@
+---
+type: docs
+title: "2-19 - 异步请求失败"
+linkTitle: "2-19 - 异步请求失败"
+weight: 2
+---
+
+## 可能的原因
+
+* 提供方异常,导致消费方异步请求失败。
+* 网络异常,导致消费方异步请求失败。
+
+## 排查和解决步骤
+1. 排查提供方健康状况。
+1. 排查网络状况。
+
+
+
+<p style="margin-top: 3rem;"> </p>
\ No newline at end of file

Reply via email to