You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/03/15 14:07:26 UTC

[dubbo-go] branch develop updated: Change readme

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new eb4804c  Change readme
     new 7a7acef  Merge pull request #411 from flycash/release_not
eb4804c is described below

commit eb4804cde660c69bc1b9be4c3578da8bdaa7b0e2
Author: flycash <fl...@apache.org>
AuthorDate: Sun Mar 15 21:29:46 2020 +0800

    Change readme
---
 README.md    | 13 +++++++++++--
 README_CN.md | 15 ++++++++++++---
 2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 2975ce9..c747698 100644
--- a/README.md
+++ b/README.md
@@ -52,16 +52,22 @@ Finished List:
     * Dubbo
     * Jsonrpc2.0
     * [gRPC](https://github.com/apache/dubbo-go/pull/311)
+    * [RESTful](https://github.com/apache/dubbo-go/pull/352)
+    
+- Router
+    * [Conditional router](https://github.com/apache/dubbo-go/pull/294)
 
 - Registry
     * ZooKeeper
     * [etcd v3](https://github.com/apache/dubbo-go/pull/148)
     * [nacos](https://github.com/apache/dubbo-go/pull/151)
     * [consul](https://github.com/apache/dubbo-go/pull/121)
+    * [k8s](https://github.com/apache/dubbo-go/pull/400)
 
 - Dynamic Configure Center & Service Management Configurator
     * Zookeeper
     * [apollo](https://github.com/apache/dubbo-go/pull/250)
+    * [nacos](https://github.com/apache/dubbo-go/pull/357)
 
 - Cluster Strategy
     * Failover
@@ -88,6 +94,10 @@ Finished List:
 
 - Invoke
     * [generic invoke](https://github.com/apache/dubbo-go/pull/122)
+    
+- Monitor
+    * Opentracing API
+    * Prometheus
 
 - Others:
     * start check
@@ -99,9 +109,8 @@ Finished List:
 
 Working List:
 
-- Registry: k8s
 - Metadata Center (dubbo v2.7.x)
-- Metrics: Opentracing/Promethus(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 62c5b06..d01e5ef 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -51,16 +51,22 @@ Apache License, Version 2.0
     * Dubbo
     * Jsonrpc2.0
     * [gRPC](https://github.com/apache/dubbo-go/pull/311)
-
+    * [RESTful](https://github.com/apache/dubbo-go/pull/352)
+    
+- 路由器
+    * [Conditional router](https://github.com/apache/dubbo-go/pull/294)
+    
 - 注册中心
     * ZooKeeper
     * [etcd v3](https://github.com/apache/dubbo-go/pull/148)
     * [nacos](https://github.com/apache/dubbo-go/pull/151)
     * [consul](https://github.com/apache/dubbo-go/pull/121)
+    * [k8s](https://github.com/apache/dubbo-go/pull/400)
 
 - 动态配置中心与服务治理配置器
     * Zookeeper
     * [apollo](https://github.com/apache/dubbo-go/pull/250)
+    * [nacos](https://github.com/apache/dubbo-go/pull/357)
 
 - 集群策略
     * Failover
@@ -86,6 +92,10 @@ Apache License, Version 2.0
 
 - 调用
     * [泛化调用](https://github.com/apache/dubbo-go/pull/122)
+    
+- 监控
+    * Opentracing API
+    * Prometheus
 
 - 其他功能支持:
     * 启动时检查
@@ -97,9 +107,8 @@ Apache License, Version 2.0
 
 开发中列表:
 
-- 注册中心: k8s
 - 元数据中心 (dubbo v2.7.x)
-- Metrics: Opentracing/Promethus(dubbo v2.7.x)
+- 服务发现 (dubbo v2.7.x)
 
 你可以通过访问 [roadmap](https://github.com/apache/dubbo-go/wiki/Roadmap) 知道更多关于 dubbo-go 的信息。