From 68ed8c9ae72eddc301709d5add698cdb6197fc66 Mon Sep 17 00:00:00 2001 From: fangyincheng <fangyincheng@sina.com> Date: Sat, 25 Jul 2020 13:37:19 +0800 Subject: [PATCH] Mod: update feature list --- README.md | 16 ++++++++++------ README_CN.md | 14 +++++++++----- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e51cb7df3..d0080b33b 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,16 @@ Finished List: * [For jsonrpc](https://github.com/apache/dubbo-go/pull/335) * [For dubbo](https://github.com/apache/dubbo-go/pull/344) * [For grpc](https://github.com/apache/dubbo-go/pull/397) -- + +- Metadata Center + * [Nacos](https://github.com/apache/dubbo-go/pull/522) + * [Zookeeper](https://github.com/apache/dubbo-go/pull/633) + * [Etcd](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/metadata/report/etcd/report.go) + +- Service discovery + * [Nacos](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/registry/nacos/service_discovery.go) + * [Zookeeper](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/registry/zookeeper/service_discovery.go) + * [Etcd](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/registry/etcdv3/service_discovery.go) - Others: * start check @@ -122,11 +131,6 @@ Finished List: * multi-versions * service group -Working List: - -- Metadata Center (dubbo v2.7.x) -- Service Discovery (dubbo v2.7.x) - You can know more about dubbo-go by its [roadmap](https://github.com/apache/dubbo-go/wiki/Roadmap).  diff --git a/README_CN.md b/README_CN.md index 4bf94226e..9dd10d627 100644 --- a/README_CN.md +++ b/README_CN.md @@ -111,6 +111,15 @@ Apache License, Version 2.0 * [For dubbo](https://github.com/apache/dubbo-go/pull/344) * [For grpc](https://github.com/apache/dubbo-go/pull/397) +- 鍏冩暟鎹腑蹇� + * [Nacos](https://github.com/apache/dubbo-go/pull/522) + * [Zookeeper](https://github.com/apache/dubbo-go/pull/633) + * [Etcd](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/metadata/report/etcd/report.go) + +- 鏈嶅姟鍙戠幇 + * [Nacos](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/registry/nacos/service_discovery.go) + * [Zookeeper](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/registry/zookeeper/service_discovery.go) + * [Etcd](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/registry/etcdv3/service_discovery.go) - 鍏朵粬鍔熻兘鏀寔: * 鍚姩鏃舵鏌� @@ -120,11 +129,6 @@ Apache License, Version 2.0 * 澶氭湇鍔$増鏈� * 鏈嶅姟鍒嗙粍 -寮€鍙戜腑鍒楄〃: - -- 鍏冩暟鎹腑蹇� (dubbo v2.7.x) -- 鏈嶅姟鍙戠幇 (dubbo v2.7.x) - 浣犲彲浠ラ€氳繃璁块棶 [roadmap](https://github.com/apache/dubbo-go/wiki/Roadmap) 鐭ラ亾鏇村鍏充簬 dubbo-go 鐨勪俊鎭€�  -- GitLab