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 2019/07/01 12:52:48 UTC

[dubbo-go] branch master updated: Mod: update feature list

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11e6ea8  Mod: update feature list
     new 7c61bd0  Merge branch 'master' of https://github.com/apache/dubbo-go
11e6ea8 is described below

commit 11e6ea83f78b45c835c0a3c9729d8ec28a677a9a
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Mon Jul 1 20:51:59 2019 +0800

    Mod: update feature list
---
 README.md    | 24 ++++++++++++++----------
 README_CN.md | 24 ++++++++++++++----------
 2 files changed, 28 insertions(+), 20 deletions(-)

diff --git a/README.md b/README.md
index 633fa6f..1e97873 100644
--- a/README.md
+++ b/README.md
@@ -26,26 +26,30 @@ If you wanna know more about dubbo-go, please visit this reference [Project Arch
 
 Finished List:
 
-- Role: Consumer(√), Provider(√)
-- Transport: HTTP(√), TCP(√)
-- Codec: JsonRPC v2(√), Hessian v2(√)
-- Registry: ZooKeeper(√)
-- Cluster Strategy: Failover(√)
-- Load Balance: Random(√), RoundRobin(√), LeastActive(√)
-- Filter: Echo Health Check(√)
+- Role: Consumer, Provider
+- Transport: HTTP, TCP
+- Codec: JsonRPC v2, Hessian v2
+- Registry: ZooKeeper
+- Routing: Rule(dubbo v2.6.x)
+- Configure Center: Zookeeper
+- Cluster Strategy: Failover
+- Load Balance: Random, RoundRobin, LeastActive
+- Filter: Echo Health Check
 
 Working List:
 
 - Cluster Strategy: Failfast/Failsafe/Failback/Forking
 - Load Balance: ConsistentHash
 - Filter: TokenFilter/AccessLogFilter/CountFilter/ActiveLimitFilter/ExecuteLimitFilter/GenericFilter/TpsLimitFilter
-- Registry: etcd/k8s/consul
-- Routing Rule (dubbo v2.6.x)
+- Registry: etcd/k8s/consul/nacos
+- Configure Center: apollo
 - Dynamic Configuration Center & Metadata Center (dubbo v2.7.x)
-- Metrics (dubbo v2.7.x)
+- Metrics: Promethus(dubbo v2.7.x)
 
 Todo List:
 
+- Registry: kubernetes
+- Routing: istio
 - tracing (dubbo ecosystem)
 
 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 997b14f..eece857 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -26,26 +26,30 @@ Apache License, Version 2.0
 
 实现列表:
 
-- Role: Consumer(√), Provider(√)
-- Transport: HTTP(√), TCP(√)
-- Codec: JsonRPC v2(√), Hessian v2(√)
-- Registry: ZooKeeper(√)
-- Cluster Strategy: Failover(√)
-- Load Balance: Random(√), RoundRobin(√), LeastActive(√)
-- Filter: Echo Health Check(√)
+- Role: Consumer, Provider
+- Transport: HTTP, TCP
+- Codec: JsonRPC v2, Hessian v2
+- Registry: ZooKeeper
+- Routing: Rule(dubbo v2.6.x)
+- Configure Center: Zookeeper
+- Cluster Strategy: Failover
+- Load Balance: Random, RoundRobin, LeastActive
+- Filter: Echo Health Check
 
 开发中列表:
 
 - Cluster Strategy: Failfast/Failsafe/Failback/Forking
 - Load Balance: ConsistentHash
 - Filter: TokenFilter/AccessLogFilter/CountFilter/ActiveLimitFilter/ExecuteLimitFilter/GenericFilter/TpsLimitFilter
-- Registry: etcd/k8s/consul
-- Routing Rule (dubbo v2.6.x)
-- Metrics (dubbo v2.7.x)
+- Registry: etcd/k8s/consul/nacos
+- Configure Center: apollo
 - Dynamic Configuration Center & Metadata Center (dubbo v2.7.x)
+- Metrics: Promethus(dubbo v2.7.x)
 
 任务列表:
 
+- Registry: kubernetes
+- Routing: istio
 - tracing (dubbo ecosystem)
 
 你可以通过访问 [roadmap](https://github.com/apache/dubbo-go/wiki/Roadmap) 知道更多关于 dubbo-go 的信息