From eb4804cde660c69bc1b9be4c3578da8bdaa7b0e2 Mon Sep 17 00:00:00 2001 From: flycash <flycash@apache.org> Date: Sun, 15 Mar 2020 21:29:46 +0800 Subject: [PATCH] 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 2975ce9de..c74769827 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 62c5b0657..d01e5efbd 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 的信息。 -- GitLab