diff --git a/ch6-cloud/ch6-05-load-balance.md b/ch6-cloud/ch6-05-load-balance.md index c31ac1a..00fb651 100644 --- a/ch6-cloud/ch6-05-load-balance.md +++ b/ch6-cloud/ch6-05-load-balance.md @@ -178,7 +178,3 @@ map[6:143275 5:143054 3:143584 2:143031 1:141898 0:142631 4:142527] ``` 分布结果和我们推导出的理论是一致的。 - -## 基于一致性哈希的负载均衡 - -## ketama hash diff --git a/ch6-cloud/ch6-06-config.md b/ch6-cloud/ch6-06-config.md index 7a16b98..bf1de8b 100644 --- a/ch6-cloud/ch6-06-config.md +++ b/ch6-cloud/ch6-06-config.md @@ -4,4 +4,4 @@ 所以我们的目标还是能尽量避免或者绕过上线的情况下,对线上程序做一些修改。比较典型的修改内容就是程序的配置项。 -## +## 使用 viper 和 etcd 实现配置更新