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

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

计划在官网博客按照以下的目录发表系列博客,内容务求深入浅出,适合新手入门,对 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

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

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

Posted by Huxing Zhang <hu...@apache.org>.
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

[GitHub] [incubator-dubbo-website] beiwei30 commented on issue #172: blogs plan

Posted by "beiwei30 (GitHub)" <gi...@apache.org>.
#### 本地
1. 本地调用
2. 本地存根

[ 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

[GitHub] [incubator-dubbo-website] cvictory commented on issue #172: blogs plan

Posted by "cvictory (GitHub)" <gi...@apache.org>.
> 最佳实践 //有场景,可以讲故事,跟扩展的特性结合起来
> 1 分组
> 2 容灾
> 3 升级
> 4 线程
> 5 调优
> 6 熔断
> 1 集成hystrix
> 
> 来来来一起共建!!!

这几个你有写吗? 不写的话,我就要开始挑了。
熔断和线程隔离的要么我来写下,可能会分成两部分:
resilience4j   , sentinel

[ 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

[GitHub] [incubator-dubbo-website] Authorlove commented on issue #172: blogs plan

Posted by "Authorlove (GitHub)" <gi...@apache.org>.
认领
6. 熔断
    3.集成resilience4j

[ 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

[GitHub] [incubator-dubbo-website] uglycow commented on issue #172: blogs plan

Posted by "uglycow (GitHub)" <gi...@apache.org>.
5.0 服务测试
只订阅
指定ip调用
回声测试

[ 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

[GitHub] [incubator-dubbo-website] beiwei30 commented on issue #172: blogs plan

Posted by "beiwei30 (GitHub)" <gi...@apache.org>.
REST
本地调用
本地存根

[ 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

[GitHub] [incubator-dubbo-website] beiwei30 commented on issue #172: blogs plan

Posted by "beiwei30 (GitHub)" <gi...@apache.org>.
~~REST~~ done

[ 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


[GitHub] [incubator-dubbo-website] chickenlj commented on issue #172: blogs plan

Posted by "chickenlj (GitHub)" <gi...@apache.org>.
-- 本地伪装(服务降级)|

我来写这个文档

[ 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

[GitHub] [incubator-dubbo-website] qinliujie commented on issue #172: blogs plan

Posted by "qinliujie (GitHub)" <gi...@apache.org>.
3.6 调用执行链 我来认领这篇

[ 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

[GitHub] [incubator-dubbo-website] Authorlove commented on issue #172: blogs plan

Posted by "Authorlove (GitHub)" <gi...@apache.org>.
附录:
4. 协议

我来写下这个



[ 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

[GitHub] [incubator-dubbo-website] Authorlove commented on issue #172: blogs plan

Posted by "Authorlove (GitHub)" <gi...@apache.org>.
附录:
~~4. 协议~~ done




[ 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

[GitHub] [incubator-dubbo-website] caojiele commented on issue #172: blogs plan

Posted by "caojiele (GitHub)" <gi...@apache.org>.
以这个目录为提纲,然后看你们写了哪些,我挑剩下的。

[ 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

[GitHub] [incubator-dubbo-website] beiwei30 commented on issue #172: blogs plan

Posted by "beiwei30 (GitHub)" <gi...@apache.org>.
#### 4. [服务分组和版本](http://dubbo.apache.org/zh-cn/blog/service-and-version.html)
1. 服务分组
2. 多版本
3. 分组聚合

[ 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

[GitHub] [incubator-dubbo-website] nzomkxia commented on issue #172: blogs plan

Posted by "nzomkxia (GitHub)" <gi...@apache.org>.
Dubbo服务运维

[ 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

[GitHub] [incubator-dubbo-website] cvictory commented on issue #172: blogs plan

Posted by "cvictory (GitHub)" <gi...@apache.org>.
集群
回声测试

[ 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

[GitHub] [incubator-dubbo-website] cvictory commented on issue #172: blogs plan

Posted by "cvictory (GitHub)" <gi...@apache.org>.
集群
回声测试

补充:这几个要么wiki里有,要么有人写了。

[ 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

[GitHub] [incubator-dubbo-website] beiwei30 commented on issue #172: blogs plan

Posted by "beiwei30 (GitHub)" <gi...@apache.org>.
REST

[ 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


[GitHub] [incubator-dubbo-website] cvictory commented on issue #172: blogs plan

Posted by "cvictory (GitHub)" <gi...@apache.org>.
集群

[ 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

[GitHub] [incubator-dubbo-website] guohao commented on issue #172: blogs plan

Posted by "guohao (GitHub)" <gi...@apache.org>.
上下文信息
隐式参数
优雅停机

[ 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

[GitHub] [incubator-dubbo-website] manzhizhen commented on issue #172: blogs plan

Posted by "manzhizhen (GitHub)" <gi...@apache.org>.
最佳实践 //有场景,可以讲故事,跟扩展的特性结合起来
  1  分组
  2  容灾
  3  升级
  4  线程
  5  调优
  6  熔断
  1  ~~集成hystrix~~

来来来一起共建!!!

[ 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

[GitHub] [incubator-dubbo-website] Authorlove commented on issue #172: blogs plan

Posted by "Authorlove (GitHub)" <gi...@apache.org>.
认领
6.3 集成resilience4j

[ 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

[GitHub] [incubator-dubbo-website] hengyunabc commented on issue #172: blogs plan

Posted by "hengyunabc (GitHub)" <gi...@apache.org>.
* QOS
* 通过QoS对服务进行动态控制

我来写下这个

[ 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

[GitHub] [incubator-dubbo-website] cvictory commented on issue #172: blogs plan

Posted by "cvictory (GitHub)" <gi...@apache.org>.
> 最佳实践 //有场景,可以讲故事,跟扩展的特性结合起来
> 1 分组
> 2 容灾
> 3 升级
> 4 线程
> 5 调优
> 6 熔断
> 1 集成hystrix
> 
> 来来来一起共建!!!

这几个你有写吗? 不写的话,我就要开始挑了

[ 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

[GitHub] [incubator-dubbo-website] lexburner commented on issue #172: blogs plan

Posted by "lexburner (GitHub)" <gi...@apache.org>.
3.2 数据总线 URL  先认领这篇

[ 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