From 64a8de61f801fac72cffa7217c82803dd94f37d5 Mon Sep 17 00:00:00 2001 From: AmyliaY <471816751@qq.com> Date: Wed, 15 Apr 2020 22:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++--- docs/Dubbo/architectureDesign/Dubbo整体架构.md | 1 + docs/Dubbo/registry/Dubbo注册中心.md | 1 + .../Dubbo/registry/注册中心的Zookeeper实现.md | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 docs/Dubbo/architectureDesign/Dubbo整体架构.md create mode 100644 docs/Dubbo/registry/Dubbo注册中心.md create mode 100644 docs/Dubbo/registry/注册中心的Zookeeper实现.md diff --git a/README.md b/README.md index 0b63ea4..01258cb 100644 --- a/README.md +++ b/README.md @@ -142,15 +142,21 @@ ## Dubbo ### 架构设计 +- [Dubbo整体架构](docs/Dubbo/architectureDesign/Dubbo整体架构.md) -### SPI +### SPI机制 - [Dubbo与Java的SPI机制](docs/Dubbo/SPI/Dubbo与Java的SPI机制.md) +### 注册中心 +- [Dubbo注册中心](docs/Dubbo/registry/Dubbo注册中心.md) +- [注册中心的Zookeeper实现](docs/Dubbo/registry/注册中心的Zookeeper实现.md) + +### 远程通信 + ### RPC -### Registry +### 集群 -### Cluster ## Tomcat - [servlet-api 源码赏析](docs/Tomcat/servlet-api源码赏析.md) diff --git a/docs/Dubbo/architectureDesign/Dubbo整体架构.md b/docs/Dubbo/architectureDesign/Dubbo整体架构.md new file mode 100644 index 0000000..fcb5dbe --- /dev/null +++ b/docs/Dubbo/architectureDesign/Dubbo整体架构.md @@ -0,0 +1 @@ +努力编写中... \ No newline at end of file diff --git a/docs/Dubbo/registry/Dubbo注册中心.md b/docs/Dubbo/registry/Dubbo注册中心.md new file mode 100644 index 0000000..fcb5dbe --- /dev/null +++ b/docs/Dubbo/registry/Dubbo注册中心.md @@ -0,0 +1 @@ +努力编写中... \ No newline at end of file diff --git a/docs/Dubbo/registry/注册中心的Zookeeper实现.md b/docs/Dubbo/registry/注册中心的Zookeeper实现.md new file mode 100644 index 0000000..fcb5dbe --- /dev/null +++ b/docs/Dubbo/registry/注册中心的Zookeeper实现.md @@ -0,0 +1 @@ +努力编写中... \ No newline at end of file