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 2eb1880 Add: apollo conf in readme
2eb1880 is described below
commit 2eb188007ad179d94c5b46c6d16e1efc94abad56
Author: AlexStocks <[email protected]>
AuthorDate: Fri Nov 15 23:55:36 2019 +0800
Add: apollo conf in readme
---
README.md | 20 ++++++++++----------
README_CN.md | 23 +++++++++++------------
2 files changed, 21 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 6ff358d..a200776 100644
--- a/README.md
+++ b/README.md
@@ -31,25 +31,25 @@ Finished List:
- Transport: HTTP, TCP
- Codec: JsonRPC v2, Hessian v2
- 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)
-- Dynamic Configure Center & Service Management Configurator: Zookeeper
+- Dynamic Configure Center & Service Management Configurator:
Zookeeper/[apollo](https://github.com/apache/dubbo-go/pull/250)
- Cluster Strategy:
Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161)
- Load Balance:
Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
- Filter: Echo Health Check/[Circuit break and service
downgrade](https://github.com/apache/dubbo-go/pull/133)/[TokenFilter](https://github.com/apache/dubbo-go/pull/202)/[AccessLogFilter](https://github.com/apache/dubbo-go/pull/214)/[TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237)/[ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246)
-- Other feature: [generic
invoke](https://github.com/apache/dubbo-go/pull/122)/start check/connecting
certain provider/multi-protocols/multi-registries/multi-versions/service group
+- Invoke: [generic invoke](https://github.com/apache/dubbo-go/pull/122)
+- Others:
+ * start check
+ * connecting certain provider
+ * multi-protocols
+ * multi-registries
+ * multi-versions
+ * service group
Working List:
- Load Balance: ConsistentHash
- Registry: k8s
-- Configure Center: apollo
- Metadata Center (dubbo v2.7.x)
-- Metrics: Promethus(dubbo v2.7.x)
-
-Todo List:
-
-- Registry: kubernetes
-- Routing: istio
-- tracing (dubbo ecosystem)
+- Metrics: Opentracing/Promethus(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 7a7b061..80d8821 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -30,28 +30,27 @@ Apache License, Version 2.0
- 传输协议: HTTP, TCP
- 序列化协议: JsonRPC v2, Hessian v2
- 注册中心: 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)
-- 动态配置中心与服务治理配置器(config center): Zookeeper
+- 动态配置中心与服务治理配置器:
Zookeeper/[apollo](https://github.com/apache/dubbo-go/pull/250)
- 集群策略:
Failover/[Failfast](https://github.com/apache/dubbo-go/pull/140)/[Failsafe/Failback](https://github.com/apache/dubbo-go/pull/136)/[Available](https://github.com/apache/dubbo-go/pull/155)/[Broadcast](https://github.com/apache/dubbo-go/pull/158)/[Forking](https://github.com/apache/dubbo-go/pull/161)
- 负载均衡策略:
Random/[RoundRobin](https://github.com/apache/dubbo-go/pull/66)/[LeastActive](https://github.com/apache/dubbo-go/pull/65)
- 过滤器: Echo Health
Check/[服务熔断&降级](https://github.com/apache/dubbo-go/pull/133)/[TokenFilter](https://github.com/apache/dubbo-go/pull/202)/[AccessLogFilter](https://github.com/apache/dubbo-go/pull/214)/[TpsLimitFilter](https://github.com/apache/dubbo-go/pull/237)[ExecuteLimitFilter](https://github.com/apache/dubbo-go/pull/246)
-- 其他功能支持:
[泛化调用](https://github.com/apache/dubbo-go/pull/122)/启动时检查/服务直连/多服务协议/多注册中心/多服务版本/服务分组
+- 调用: [泛化调用](https://github.com/apache/dubbo-go/pull/122)
+- 其他功能支持:
+ * 启动时检查
+ * 服务直连
+ * 多服务协议
+ * 多注册中心
+ * 多服务版本
+ * 服务分组
开发中列表:
-- 集群策略: Forking
- 负载均衡策略: ConsistentHash
- 注册中心: k8s
-- 配置中心: apollo
- 元数据中心 (dubbo v2.7.x)
-- Metrics: Promethus(dubbo v2.7.x)
+- Metrics: Opentracing/Promethus(dubbo v2.7.x)
-任务列表:
-
-- 注册中心: kubernetes
-- Routing: istio
-- tracing (dubbo ecosystem)
-
-你可以通过访问 [roadmap](https://github.com/apache/dubbo-go/wiki/Roadmap) 知道更多关于
dubbo-go 的信息
+你可以通过访问 [roadmap](https://github.com/apache/dubbo-go/wiki/Roadmap) 知道更多关于
dubbo-go 的信息。
## 文档