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