From eeb52f35e2ba14698f43b696d1252d33be4edc89 Mon Sep 17 00:00:00 2001 From: Xargin Date: Tue, 7 Aug 2018 16:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E5=8E=BB=E6=8E=89=E4=B9=8B=E5=90=8E?= =?UTF-8?q?=E8=A6=81=E8=A1=A5=E5=85=85=E7=9A=84=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch6-cloud/ch6-05-load-balance.md | 4 ---- ch6-cloud/ch6-06-config.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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 实现配置更新