Skip to content

Commit

Permalink
fix typo and update link
Browse files Browse the repository at this point in the history
  • Loading branch information
justxuewei committed Jul 2, 2021
1 parent d2b3b67 commit 6b1d9dd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Apache Dubbo-go, a Dubbo implementation written in Golang, is born to bridge the

![dubbo go extend](https://dubbogo.github.io/img/doc/dubbo-go3.0-arch.jpg)

Dubbo-go has been implemented most layers of Dubbo, like protocol layer, registry layer, etc. An extension module is applied to Dubbo-go in order to achieve a more flexible architecture. Developers are allowed to implement a customized layer conformed to the layer interface and use then in Dubbo-go via `extension.Set` method without modifying the source code.
Dubbo-go has been implemented most layers of Dubbo, like protocol layer, registry layer, etc. An extension module is applied to Dubbo-go in order to achieve a more flexible architecture. Developers are allowed to implement a customized layer conformed to the layer interface and use them in Dubbo-go via `extension.Set` method without modifying the source code.

## Features

Expand All @@ -36,7 +36,7 @@ The features that are available for Dubbo-go are:
- **Monitor**: Opentracing API, [Prometheus](https://github.com/apache/dubbo-go/pull/342)
- **Tracing**: [For JsonRPC](https://github.com/apache/dubbo-go/pull/335), [For Dubbo](https://github.com/apache/dubbo-go/pull/344), [For gRPC](https://github.com/apache/dubbo-go/pull/397)
- **Metadata Center**: [Nacos(Local)](https://github.com/apache/dubbo-go/pull/522), [ZooKeeper(Local)](https://github.com/apache/dubbo-go/pull/633), [etcd(Local)](https://github.com/apache/dubbo-go/blob/9a5990d9a9c3d5e6633c0d7d926c156416bcb931/metadata/report/etcd/report.go), [Consul(Local)](https://github.com/apache/dubbo-go/pull/633), [ZooKeeper(Remoting)](https://github.com/apache/dubbo-go/pull/1161)
- **Tool**: [Dubbo-go-cli](https://github.com/apache/dubbo-go/pull/818)
- **Tool**: [Dubbo-go-cli](https://github.com/dubbogo/tools)

## Getting started

Expand Down
Binary file removed doc/pic/arch/dubbo-go-arch.png
Binary file not shown.
Binary file removed doc/pic/arch/dubbo-go-ext.png
Binary file not shown.
Binary file removed doc/pic/misc/dubbogo-dingding.png
Binary file not shown.
Binary file removed doc/pic/misc/dubbogo-wechat.png
Binary file not shown.

0 comments on commit 6b1d9dd

Please sign in to comment.