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 4b34921a39 Fix img path
4b34921a39 is described below
commit 4b34921a39fb40794ccfae34d0a70d1eb667dab9
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Feb 24 09:53:43 2023 +0800
Fix img path
---
content/zh-cn/blog/news/dubbo-introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh-cn/blog/news/dubbo-introduction.md
b/content/zh-cn/blog/news/dubbo-introduction.md
index e1684233ea..a9bf6ffa2e 100644
--- a/content/zh-cn/blog/news/dubbo-introduction.md
+++ b/content/zh-cn/blog/news/dubbo-introduction.md
@@ -108,7 +108,7 @@ Dubbo 的另一个优势在于其可扩展性设计,从流量管控、协议
对于同区域优先调用的场景,这里有两个应用做了多区域部署,紫色是杭州区域、蓝色是北京区域,部署在橙色区域的应用会优先访问同区域的应用,以此降低访问延迟,蓝色区域部署的服务亦是如此。
-
+
当应用在同区域区域部署的实例不可用时,调用会自动跨区域切换到其他可用区,确保整体可用性。