You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by Huxing Zhang <hu...@apache.org> on 2018/12/10 03:43:40 UTC

Re: [GitHub] [incubator-dubbo-website] beiwei30 opened issue #172: blogs plan

Bringing this to @dev list to let more people to discuss.

The community would like to write a series of blogs (currently in
Chinese) to help developers to quickly learn the basis of Dubbo.
Anyone who is interesting in any topic can claim it on the Github
issue[1] and submit pull request to incubator-dubbo-website.

[1] https://github.com/apache/incubator-dubbo-website/issues/172

On Wed, Oct 31, 2018 at 10:48 AM beiwei30 (GitHub) <gi...@apache.org> wrote:
>
> 计划在官网博客按照以下的目录发表系列博客,内容务求深入浅出,适合新手入门,对 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
>
> [ Full content available at: https://github.com/apache/incubator-dubbo-website/issues/172 ]
> This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
> For additional commands, e-mail: notifications-help@dubbo.apache.org



-- 
Best Regards!
Huxing

Re: [GitHub] [incubator-dubbo-website] beiwei30 opened issue #172: blogs plan

Posted by Huxing Zhang <hu...@apache.org>.
Hi,

I've updated some of the links that are already published in  blog.

On Mon, Dec 10, 2018 at 11:43 AM Huxing Zhang <hu...@apache.org> wrote:
>
> Bringing this to @dev list to let more people to discuss.
>
> The community would like to write a series of blogs (currently in
> Chinese) to help developers to quickly learn the basis of Dubbo.
> Anyone who is interesting in any topic can claim it on the Github
> issue[1] and submit pull request to incubator-dubbo-website.
>
> [1] https://github.com/apache/incubator-dubbo-website/issues/172
>
> On Wed, Oct 31, 2018 at 10:48 AM beiwei30 (GitHub) <gi...@apache.org> wrote:
> >
> > 计划在官网博客按照以下的目录发表系列博客,内容务求深入浅出,适合新手入门,对 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
> >
> > [ Full content available at: https://github.com/apache/incubator-dubbo-website/issues/172 ]
> > This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
> > For additional commands, e-mail: notifications-help@dubbo.apache.org
>
>
>
> --
> Best Regards!
> Huxing



-- 
Best Regards!
Huxing