You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/05/23 08:26:27 UTC

[dubbo-awesome] 15/41: Update 2022-idea-list.md

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-awesome.git

commit 5dc5167e8f8e7e7b0c20d00996314c586123b486
Author: ken.lj <ke...@gmail.com>
AuthorDate: Sat Apr 2 20:56:49 2022 +0800

    Update 2022-idea-list.md
---
 summerofcode/gsoc/2022-idea-list.md | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/summerofcode/gsoc/2022-idea-list.md b/summerofcode/gsoc/2022-idea-list.md
index 2bc101b..072bb3a 100644
--- a/summerofcode/gsoc/2022-idea-list.md
+++ b/summerofcode/gsoc/2022-idea-list.md
@@ -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 应用