Skip to content

Commit b7ce056

Browse files
committed
Zookeeper 原理简单入门
1 parent 126efe8 commit b7ce056

File tree

2 files changed

+388
-9
lines changed

2 files changed

+388
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- [Redis](#redis)
5151
- [数据库扩展](#数据库扩展)
5252
- [系统设计](#系统设计)
53-
- [常用框架(Spring/SpringBoot、Zookeeper ... )](#常用框架)
53+
- [常用框架(Spring,SpringBoot)](#常用框架)
5454
- [数据通信/中间件(消息队列、RPC ... )](#数据通信中间件)
5555
- [权限认证](#权限认证)
5656
- [分布式 & 微服务](#分布式--微服务)
@@ -181,19 +181,17 @@
181181

182182
### 常用框架
183183

184-
#### Spring/SpringBoot
184+
#### Spring
185185

186186
- [Spring 学习与面试](docs/system-design/framework/spring/Spring.md)
187187
- **[Spring 常见问题总结](docs/system-design/framework/spring/SpringInterviewQuestions.md)**
188-
- **[SpringBoot 指南/常见面试题总结](https://github.com/Snailclimb/springboot-guide)**
189-
- [Spring中bean的作用域与生命周期](docs/system-design/framework/spring/SpringBean.md)
188+
- [Spring中 Bean 的作用域与生命周期](docs/system-design/framework/spring/SpringBean.md)
190189
- [SpringMVC 工作原理详解](docs/system-design/framework/spring/SpringMVC-Principle.md)
191190
- [Spring中都用到了那些设计模式?](docs/system-design/framework/spring/Spring-Design-Patterns.md)
192191

193-
#### ZooKeeper
192+
#### SpringBoot
194193

195-
- [ZooKeeper 相关概念总结](docs/system-design/framework/ZooKeeper.md)
196-
- [ZooKeeper 数据模型和常见命令](docs/system-design/framework/ZooKeeper数据模型和常见命令.md)
194+
- **[SpringBoot 指南/常见面试题总结](https://github.com/Snailclimb/springboot-guide)**
197195

198196
### 数据通信/中间件
199197

@@ -235,11 +233,17 @@
235233

236234
#### 唯一 id 生成
237235

238-
[分布式id生成方案总结](docs/system-design/micro-service/分布式id生成方案总结.md)
236+
- [分布式id生成方案总结](docs/system-design/micro-service/分布式id生成方案总结.md)
239237

240238
#### 服务治理:服务注册与发现、服务路由控制
241239

242-
待办......
240+
**ZooKeeper:**
241+
242+
> 前两篇文章可能有内容重合部分,推荐都看一遍。
243+
244+
- [【入门】ZooKeeper 相关概念总结](docs/system-design/framework/ZooKeeper.md)
245+
- [【进阶】Zookeeper 原理简单入门!](docs/system-design/framework/ZooKeeper-plus.md)
246+
- [【拓展】ZooKeeper 数据模型和常见命令](docs/system-design/framework/ZooKeeper数据模型和常见命令.md)
243247

244248
### 大型网站架构
245249

0 commit comments

Comments
 (0)