Skip to content
Snippets Groups Projects
Commit ec0c2fdb authored by Xin.Zh's avatar Xin.Zh Committed by GitHub
Browse files

Merge pull request #376 from fangyincheng/develop

modify readme
parents 7c30021f c2f34679
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ Finished List: ...@@ -71,6 +71,7 @@ Finished List:
* Random * Random
* [RoundRobin](https://github.com/apache/dubbo-go/pull/66) * [RoundRobin](https://github.com/apache/dubbo-go/pull/66)
* [LeastActive](https://github.com/apache/dubbo-go/pull/65) * [LeastActive](https://github.com/apache/dubbo-go/pull/65)
* [ConsistentHash](https://github.com/apache/dubbo-go/pull/261)
- Filter - Filter
* Echo Health Check * Echo Health Check
...@@ -94,7 +95,6 @@ Finished List: ...@@ -94,7 +95,6 @@ Finished List:
Working List: Working List:
- Load Balance: ConsistentHash
- Registry: k8s - Registry: k8s
- Metadata Center (dubbo v2.7.x) - Metadata Center (dubbo v2.7.x)
- Metrics: Opentracing/Promethus(dubbo v2.7.x) - Metrics: Opentracing/Promethus(dubbo v2.7.x)
...@@ -148,6 +148,6 @@ About dubbo-go benchmarking report, please refer to [dubbo benchmarking report]( ...@@ -148,6 +148,6 @@ About dubbo-go benchmarking report, please refer to [dubbo benchmarking report](
If you are using [apache/dubbo-go](github.com/apache/dubbo-go) and think that it helps you or want do some contributions to it, please add your company to to [the user list](https://github.com/apache/dubbo-go/issues/2) to let us know your needs. If you are using [apache/dubbo-go](github.com/apache/dubbo-go) and think that it helps you or want do some contributions to it, please add your company to to [the user list](https://github.com/apache/dubbo-go/issues/2) to let us know your needs.
![ctrip](https://pic.c-ctrip.com/common/c_logo2013.png)![Excellent Health Technology Group](https://raw.githubusercontent.com/dajiiu/photo/static/mirror/haozhuo_logo.png) ![ctrip](https://pic.c-ctrip.com/common/c_logo2013.png)
![ctrip](https://raw.githubusercontent.com/pantianying/go-tool/master/picture/logo_2-removebg-preview.png) ![Excellent Health Technology Group](https://raw.githubusercontent.com/dajiiu/photo/static/mirror/haozhuo_logo.png)
![ctrip](https://raw.githubusercontent.com/pantianying/go-tool/master/picture/logo_2-removebg-preview.png)
\ No newline at end of file
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
[![Build Status](https://travis-ci.org/apache/dubbo-go.svg?branch=master)](https://travis-ci.org/apache/dubbo-go) [![Build Status](https://travis-ci.org/apache/dubbo-go.svg?branch=master)](https://travis-ci.org/apache/dubbo-go)
[![codecov](https://codecov.io/gh/apache/dubbo-go/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/dubbo-go) [![codecov](https://codecov.io/gh/apache/dubbo-go/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/dubbo-go)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/apache/dubbo-go?tab=doc)
--- ---
Apache Dubbo Go 语言实现 Apache Dubbo Go 语言实现
...@@ -69,6 +70,7 @@ Apache License, Version 2.0 ...@@ -69,6 +70,7 @@ Apache License, Version 2.0
* Random * Random
* [RoundRobin](https://github.com/apache/dubbo-go/pull/66) * [RoundRobin](https://github.com/apache/dubbo-go/pull/66)
* [LeastActive](https://github.com/apache/dubbo-go/pull/65) * [LeastActive](https://github.com/apache/dubbo-go/pull/65)
* [ConsistentHash](https://github.com/apache/dubbo-go/pull/261)
- 过滤器 - 过滤器
* Echo Health Check * Echo Health Check
...@@ -91,7 +93,6 @@ Apache License, Version 2.0 ...@@ -91,7 +93,6 @@ Apache License, Version 2.0
开发中列表: 开发中列表:
- 负载均衡策略: ConsistentHash
- 注册中心: k8s - 注册中心: k8s
- 元数据中心 (dubbo v2.7.x) - 元数据中心 (dubbo v2.7.x)
- Metrics: Opentracing/Promethus(dubbo v2.7.x) - Metrics: Opentracing/Promethus(dubbo v2.7.x)
...@@ -145,4 +146,5 @@ go test ./... -coverprofile=coverage.txt -covermode=atomic ...@@ -145,4 +146,5 @@ go test ./... -coverprofile=coverage.txt -covermode=atomic
若你正在使用 [apache/dubbo-go](github.com/apache/dubbo-go) 且认为其有用或者向对其做改进,请忝列贵司信息于 [用户列表](https://github.com/apache/dubbo-go/issues/2),以便我们知晓之。 若你正在使用 [apache/dubbo-go](github.com/apache/dubbo-go) 且认为其有用或者向对其做改进,请忝列贵司信息于 [用户列表](https://github.com/apache/dubbo-go/issues/2),以便我们知晓之。
![ctrip](https://pic.c-ctrip.com/common/c_logo2013.png) ![ctrip](https://pic.c-ctrip.com/common/c_logo2013.png)
![Excellent Health Technology Group](https://raw.githubusercontent.com/dajiiu/photo/static/mirror/haozhuo_logo.png)
![ctrip](https://raw.githubusercontent.com/pantianying/go-tool/master/picture/logo_2-removebg-preview.png)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment