AlexStocks commented on code in PR #3260:
URL: https://github.com/apache/dubbo-go/pull/3260#discussion_r2943043162


##########
README.md:
##########
@@ -106,6 +106,17 @@ Dubbo-go provides robust service governance capabilities:
 - **HA Strategy**: Failover, Failfast, Failsafe/Failback, Available, 
Broadcast, Forking.
 - **Interoperability**: Full compatibility with Apache Dubbo (Java) via Triple 
protocol generic calls, group/version wildcard matching, and TLS API redesign.
 
+## Extensions
+
+### [dubbo-go-extensions](https://github.com/apache/dubbo-go-extensions) 
(under development)
+
+This repository provides Dubbo-go extension modules, including **filters**,
+**registries**, and **config centers**.
+
+It serves as the home for community-maintained optional integrations, allowing 
the core runtime to remain lean and stable while continuing to expand the 
Dubbo-go ecosystem and making on-demand adoption easier for applications.
+
+For usage details, see the [dubbo-go-extensions 
README](https://github.com/apache/dubbo-go-extensions).

Review Comment:
   这个独立的 "Extensions" section 位置不太合理。现有的 "Ecosystem" section 
本身就是放生态项目链接的地方(pixiu、samples、console 都在里面),没必要为一个还在建设中的仓库单独开一个与 Tools、Ecosystem 
平级的大 section,显得头重脚轻。
   
   建议去掉这个独立 section,只保留下面 Ecosystem 列表里的那一行链接就够了。等 extensions 仓库成熟后再升级也不迟。



##########
README.md:
##########
@@ -163,6 +174,7 @@ This is a plugin for dubbo-go developers. A code formatting 
tool that organizes
 For usage details, see the [imports-formatter 
README](https://github.com/dubbogo/tools?tab=readme-ov-file#imports-formatter).
 
 ## Ecosystem
+- [dubbo-go-extensions](https://github.com/apache/dubbo-go-extensions), under 
development

Review Comment:
   extensions 还是 under development 状态,放在 Ecosystem 列表最前面不合适,排在 dubbo-go-samples 
等成熟项目前面容易误导。
   
   建议移到列表末尾,和同样标注了开发中的 Console 放在一起。



##########
README.md:
##########
@@ -106,6 +106,17 @@ Dubbo-go provides robust service governance capabilities:
 - **HA Strategy**: Failover, Failfast, Failsafe/Failback, Available, 
Broadcast, Forking.
 - **Interoperability**: Full compatibility with Apache Dubbo (Java) via Triple 
protocol generic calls, group/version wildcard matching, and TLS API redesign.
 
+## Extensions
+
+### [dubbo-go-extensions](https://github.com/apache/dubbo-go-extensions) 
(under development)
+
+This repository provides Dubbo-go extension modules, including **filters**,

Review Comment:
   "It serves as the home for community-maintained optional integrations, 
allowing the core runtime to remain lean and stable..." 这段描述信息密度太低,读完不知道具体有哪些 
extension、怎么用。
   
   如果要保留独立 section,至少列出当前已有或计划中的具体 extension 模块,给读者实际参考价值。



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to