Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
22 additions
and
2 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
@@ -1,13 +1,33 @@ | ||
# 报名须知 | ||
* 请务必详细阅读指引:https://community.apache.org/gsoc.html#prospective-asf-mentors-read-this | ||
* 请务必在感兴趣的项目 Github Issue 下方留言。 | ||
* Google 官方报名地址:https://summerofcode.withgoogle.com/ | ||
|
||
|
||
## 可观测性 | ||
Github Issue | ||
* Related proposal https://github.com/apache/dubbo-awesome/blob/master/proposals/D4-observability.md | ||
* Project Links of different languages: | ||
* Java https://github.com/apache/dubbo/issues/9886 | ||
* Golang | ||
## Proxyless Mesh | ||
* Related proposal https://github.com/apache/dubbo-awesome/blob/master/proposals/D3.2-proxyless-mesh.md | ||
* Project Links of different languages: | ||
* Java https://github.com/apache/dubbo/issues/9884 | ||
* Golang | ||
## Proxy Mesh - Thin SDK | ||
* Related proposal https://github.com/apache/dubbo-awesome/blob/master/proposals/D3.1-thinsdk-sidecar-mesh.md | ||
* Project Links of different languages: | ||
* Java https://github.com/apache/dubbo/issues/9885 | ||
* Golang | ||
## admin api 迁移 qos 去中心化管控 | ||
|
||
## 服务治理场景化用例设计 | ||
[Github Issue]() | ||
|
||
**任务描述** | ||
Dubbo 拥有多种治理规则,如基于标签路由、条件路由等,但是这些治理规则的使用具有一定的难度,用户也很难直观的了解到其对应的使用场景。因此 Dubbo 期望有这样的一些场景化的用例能够体现 Dubbo 的治理能力,帮助用户将治理规则迁移到真实业务场景中使用。 | ||
Dubbo 拥有丰富的治理规则,如服务发现、负载均衡、路由策略(标签路由、条件路由)等,但是这些治理规则的使用具有一定的难度,用户也很难直观的了解到其对应的使用场景。因此 Dubbo 期望有这样的一些场景化的用例能够体现 Dubbo 的治理能力,帮助用户将治理规则迁移到真实业务场景中使用。 | ||
|
||
这是一项相对比较有挑战性的任务,难度并不在编码本身,而在于对整个 Dubbo 及微服务体系要有比较总体的把握。如能顺利完成,对于参与者整体的视野提升将具有非常大的帮助。参与者可以导师一起协作完成。 | ||
|
||
**参考:** | ||
Istio 中 bookinfo 应用 |