-
Notifications
You must be signed in to change notification settings - Fork 933
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e87237
commit 0935a8e
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ Apache Dubbo-go, a Dubbo implementation written in Golang, is born to bridge the | |
|
||
![](https://dubbogo.github.io/img/dubbogo-3.0-invocation.png) | ||
|
||
Dubbo-go has supported many RPC protocol, like Triple, Dubbo JSONRPC, gRPC, HTTP, HTTP2. | ||
Dubbo-go has supported many RPC protocol, like Triple, Dubbo JSONRPC, gRPC, HTTP, HTTP2. | ||
|
||
- Triple is the supported protocol of Dubbo3 ecology, and is gRPC extended protocol based on HTTP2, which is compatible with gRPC service.In other words, **on the basis of gRPC's reliable invocation, it adds Dubbo's service governance capability.** | ||
- Dubbo protocol is tradition Dubbo ecology protocol, which is capitable with dubbo 2.x, and is a good choice for cross-language invocation between GO and Java old service. | ||
|
@@ -168,7 +168,7 @@ If you are using [apache/dubbo-go](https://github.com/apache/dubbo-go) and think | |
</td> | ||
<td align="center" valign="middle"> | ||
<a href="https://www.icsoc.net/" target="_blank"> | ||
<img width="222px" src="https://oss.icsoc.net/icsoc-ekt-test-files/icsoc.png"> | ||
<img width="222px" src="https://help.icsoc.net/img/icsoc-logo.png"> | ||
</a> | ||
</td> | ||
</tr> | ||
|
@@ -198,15 +198,15 @@ If you are using [apache/dubbo-go](https://github.com/apache/dubbo-go) and think | |
<a href="https://www.autohome.com.cn" target="_blank"> | ||
<img width="222px" src="https://avatars.githubusercontent.com/u/18279051?s=200&v=4"> | ||
</a> | ||
</td> | ||
</td> | ||
</tr> | ||
<tr></tr> | ||
<tr> | ||
<td align="center" valign="middle"> | ||
<a href="https://www.mi.com/" target="_blank"> | ||
<img width="222px" src="https://s02.mifile.cn/assets/static/image/logo-mi2.png"> | ||
</a> | ||
</td> | ||
</td> | ||
<td align="center" valign="middle"> | ||
<a href="https://opayweb.com/" target="_blank"> | ||
<img width="222px" src="https://open.opayweb.com/static/img/[email protected]"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP | |
|
||
![](https://dubbogo.github.io/img/devops.png) | ||
|
||
- **注册中心**: | ||
- **注册中心**: | ||
|
||
支持 Nacos(阿里开源) 、Zookeeper、ETCD、Consul、Polaris-mesh(腾讯开源) 等服务注册中间件,并拥有可扩展能力。我们也会根据用户使用情况,进一步扩展出用户需要的实现。 | ||
|
||
|
@@ -175,7 +175,7 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP | |
</td> | ||
<td align="center" valign="middle"> | ||
<a href="https://www.icsoc.net/" target="_blank"> | ||
<img width="222px" src="https://oss.icsoc.net/icsoc-ekt-test-files/icsoc.png"> | ||
<img width="222px" src="https://help.icsoc.net/img/icsoc-logo.png"> | ||
</a> | ||
</td> | ||
</tr> | ||
|
@@ -205,15 +205,15 @@ Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP | |
<a href="https://www.autohome.com.cn" target="_blank"> | ||
<img width="222px" src="https://avatars.githubusercontent.com/u/18279051?s=200&v=4"> | ||
</a> | ||
</td> | ||
</td> | ||
</tr> | ||
<tr></tr> | ||
<tr> | ||
<td align="center" valign="middle"> | ||
<a href="https://www.mi.com/" target="_blank"> | ||
<img width="222px" src="https://s02.mifile.cn/assets/static/image/logo-mi2.png"> | ||
</a> | ||
</td> | ||
</td> | ||
<td align="center" valign="middle"> | ||
<a href="https://opayweb.com/" target="_blank"> | ||
<img width="222px" src="https://open.opayweb.com/static/img/[email protected]"> | ||
|