Alanxtl opened a new issue, #3097:
URL: https://github.com/apache/dubbo-go/issues/3097

   ### ✅ 验证清单
   
   - [x] 🔍 我已经搜索过 [现有 
Issues](https://github.com/apache/dubbo-go/issues),确信这不是重复请求
   - [x] 📋 我已经查看了 [发布说明](https://github.com/apache/dubbo-go/releases),确信此功能尚未实现
   
   ### 🎯 功能描述
   
   <!-- Please only use this template for submitting enhancement requests -->
   
   - Preface
      - What is DubboGo
      - 概念体系(RPC 是什么、协议是什么、比如 Triple、治理是什么……)
      - 代码架构(设计大图)
      - DubboGo Samples
   - Quick Start
      - 安装环境(是否可以提供一键安装脚本,sh)
      - 完成一次 RPC 调用(基于 quickstart 默认的版本)
      - 完成一次 RPC 调用(自己定义接口的版本)
   - Learning Dubbo-Go
      - 开发服务
         - 了解 Dubbo-Go 应用模板
         - 注册中心 
            - 了解注册中心
            - 搭建并使用 Nacos 注册中心
            - 搭建并使用 Zookeeper 注册中心
            - 搭建并使用 Polaris 注册中心
         - RPC 协议配置
            - 多协议支持情况
            - 如何配置多协议
            - 使用 Triple 协议时,如何回传异常
         - 异构体系互通
            - 与 gRPC 应用互通
            - 与 Java 应用跨语言互通
         - 自定义注入 Dubbo-Go 的配置
            - 配置中心是什么
            - 远程加载配置启动
            - 使用配置 API 启动应用
         - 高级特性
            - 上下文传递
            - 泛化调用
            - 容错
            - 分布式事务
      - 调试服务
         - 基于 grpc_cli 的服务测试
         - Others?
      - 部署服务
         - 生产部署的最佳实践介绍
         - Docker 镜像打包教程(包含必要的工具,如生命周期管理)
         - Kubernetes 部署教程
      - 治理服务
         - 服务状态监控
            - 基于 http metrics 的指标观测
            - 数据上报 Promethus 教程
            - 基于 Grafana 的可视化监控教程
            - Dubbo Go 日志管理
         - 全链路追踪
            - 基于 Jaeger 的链路追踪
            - 使用 OpenTelmentry 协议
            - 基于 Skywalking 的追踪
         - 健康检查
            - 基于 grpc 的检查
            - 启动时检查
            - K8s probe
         - 流量管理
            - 优雅上下线
            - 路由规则
            - 柔性服务
         - 限流
            - Dubbo Go 内置的限流使用教程
            - 基于 Sentinel 的限流教程
            - 基于 Polaris 的限流教程
         - 服务网格
            - 部署 istio 环境
            - istio 环境部署 Dubbo-Go 应用
            - 流量管理
            - 使用 Pixiu 网关接入 Ingress 流量
         - 高级特性
            - 服务超时配置
            - 应用级服务发现
            - 拦截器扩展
   - Source Code Interpretation
      - 网络协议
      - 注册中心
   - Reference
   
   
   Note:原有示例整合入任务
   
   http://alexstocks.github.io/html/dubbogo.html
   
   
   ### 📋 使用场景
   
   1
   
   ### ⚖️ 复杂性与风险评估
   
   _No response_
   
   ### 🔗 外部依赖
   
   _No response_
   
   ### 📚 附加信息
   
   _No response_


-- 
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