You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/07/20 08:36:23 UTC

[dubbo-website] branch master updated: [fix] 无显示优化 (#1263)

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 16856ab7ba [fix] 无显示优化 (#1263)
16856ab7ba is described below

commit 16856ab7baec1e199d75f9e17536460e1344ebd3
Author: JIAN ZHONG <11...@qq.com>
AuthorDate: Wed Jul 20 16:36:18 2022 +0800

    [fix] 无显示优化 (#1263)
---
 .../advanced-features-and-usage/service/consistent-hash.md         | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/service/consistent-hash.md b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/service/consistent-hash.md
index e5d7c31c6c..5247b61131 100644
--- a/content/zh/docs3-building/java-sdk/advanced-features-and-usage/service/consistent-hash.md
+++ b/content/zh/docs3-building/java-sdk/advanced-features-and-usage/service/consistent-hash.md
@@ -5,10 +5,12 @@ linkTitle: "一致性哈希选址"
 weight: 6
 description: "在负载均衡阶段基于一致性哈希进行选址"
 ---
+## 特性说明
+[Dubbo 一致性Hash负载均衡实现剖析](https://dubbo.apache.org/zh/blog/2019/05/01/dubbo-%E4%B8%80%E8%87%B4%E6%80%A7hash%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%E5%AE%9E%E7%8E%B0%E5%89%96%E6%9E%90/)
 
 ## 使用场景
 
-在有多台服务端的时候根据请求参数的进行一致性哈希 [^1] 散列选择服务端。
+在有多台服务端的时候根据请求参数的进行一致性哈希散列选择服务端。
 
 ## 使用方式
 
@@ -42,6 +44,3 @@ referenceConfig.setParameters(parameters);
 referenceConfig.setLoadBalance("consistenthash");
 referenceConfig.get();
 ```
-
-[^1]: [Dubbo 一致性Hash负载均衡实现剖析
-](https://dubbo.apache.org/zh/blog/2019/05/01/dubbo-%E4%B8%80%E8%87%B4%E6%80%A7hash%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%E5%AE%9E%E7%8E%B0%E5%89%96%E6%9E%90/)
\ No newline at end of file