You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/10/31 02:48:29 UTC

[GitHub] beiwei30 opened a new issue #172: blogs plan

beiwei30 opened a new issue #172: blogs plan
URL: https://github.com/apache/incubator-dubbo-website/issues/172
 
 
   计划在官网博客按照以下的目录发表系列博客,内容务求深入浅出,适合新手入门,对 Dubbo 能有一个全面的了解。以后考虑以博客的集成集结成书,所以写的时候请按写书的标准要求自己。
   
   * Dubbo入门
     1. RPC与服务框架
        1. RPC简介  
        2. RPC与服务化的关系
        3. 注册中心,配置中心, 服务发现概念的介绍
     2. ~~第一个Dubbo应用~~
         1. 纯API编程
     3. Dubbo核心设计介绍
        1. 配置
        2. 数据总线 URL
        3. ~~扩展机制~~
            1. ~~源码分析~~
        4. 领域模型
        5. 调用执行链
        6. ~~第一个 Filter~~
   
   * Dubbo基本用法//用spring xml方式,如果能用纯API方式,建议优先使用
      1. ~~Dubbo Provider~~
        1. Provider配置详解
        2. Provider接口,实现  
      2. Dubbo Consumer 
        1. Consumer配置详解
        2. Consumer实现
      3. ~~Zookeeper~~   
        1. ~~可以简单回顾一下第一章介绍的注册中心,注册中心在RPC中的作用~~
        2. ~~Zookeeper的配置 启动~~
      4. QOS
        1. 通过QoS对服务进行动态控制
      5. ~~使用方式~~
        1. ~~基于xml~~
        2. ~~基于api配置~~
        3. ~~基于注解配置~~
      6. ~~调用方式~~
        1. ~~异步调用~~
        2. ~~参数回调~~
        3. ~~事件通知~~
        4. ~~泛化调用~~
   * Dubbo高级特性
      3. 本地
        1. 本地调用
        2. 本地存根
        3. 本地伪装(服务降级)
       4. 信息传递
        5. 上下文信息
        6. 隐式参数
       7. 集群
        8. ~~负载均衡策略~~ 
        9. ~~集群容错~~
       10. ~~服务分组和版本~~
        11. 服务分组
        12. 多版本
        13. 分组聚合
       14. ~~测试验证~~
        15. 只订阅
        16. 指定ip调用
        17. 回声测试  
       18. 运维相关
        19. 优雅停机
        20. 服务日志 
   * Dubbo服务运维   //只强调控制台中跟服务运维,监控相关的部分,目的是介绍服务运维,不是控制台
        1. 控制台
          2. 服务查询
          3. 路由规则配置
          4. 其他规则配置?
          5. mock server?
          6. api管理?
        2. monitor  
          1. 服务监控?
          2. 指标配置?
   * 最佳实践   //有场景,可以讲故事,跟扩展的特性结合起来
     1. 分组
     2. 容灾
     3. 升级
     4. 线程
     5. 调优
     6. 熔断
        1. ~~集成hystrix~~
     7. rest服务
     8. 与 spring boot 如何混用(要看前面是基于spring还是spring boot)  
         1. ~~Dubbo Spring Boot应用启停源码分析~~
         2. ~~优雅关闭spring-boot+Dubbo应用~~
     9. 分布式跟踪
     10. dubbo mesh?
   
   * 附录
   
     * 配置参考
     * QoS 参考
     * 扩展点参考
     * 协议
     * 注册中心
     * api

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org