Skip to content

Commit 14f990d

Browse files
authored
Update dubbo.md
1 parent defd3ca commit 14f990d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

计算机网络与数据通信/dubbo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Dubbo 中文文档: http://dubbo.apache.org/zh-cn/index.html
1818
- [三 Dubbo 的负载均衡策略](#三-dubbo-的负载均衡策略)
1919
- [3.1 先来解释一下什么是负载均衡](#31-先来解释一下什么是负载均衡)
2020
- [3.2 再来看看 Dubbo 提供的负载均衡策略](#32-再来看看-dubbo-提供的负载均衡策略)
21-
- [3.2.1 Random LoadBalance\(默认,基于权重的随机负载均衡机制\)](#321-random-loadbalance默认,基于权重的随机负载均衡机制)
22-
- [3.2.2 RoundRobin LoadBalance\(不推荐,基于权重的轮询负载均衡机制\)](#322-roundrobin-loadbalance不推荐,基于权重的轮询负载均衡机制)
21+
- [3.2.1 Random LoadBalance\(默认,基于权重的随机负载均衡机制\)](#321-random-loadbalance默认基于权重的随机负载均衡机制)
22+
- [3.2.2 RoundRobin LoadBalance\(不推荐,基于权重的轮询负载均衡机制\)](#322-roundrobin-loadbalance不推荐基于权重的轮询负载均衡机制)
2323
- [3.2.3 LeastActive LoadBalance](#323-leastactive-loadbalance)
2424
- [3.2.4 ConsistentHash LoadBalance](#324-consistenthash-loadbalance)
2525
- [3.3 配置方式](#33-配置方式)

0 commit comments

Comments
 (0)