Dubbo: how to study dubbo source code?

Created on 9 Feb 2018  ·  3Comments  ·  Source: apache/dubbo

阅读dubbo源码从哪里入手好?这么大的一个框架,不知道从何看起。。

Most helpful comment

1、debugging a rpc process is a good idea。
2、read some materials as follow:
阿里巴巴(B2B)的服务框架探索(钱霄).pdf
High_Performance_Remoting.pdf
Service_Framework_Practices.pdf
Dubbo_Framework_Extensions.pdf
Dubbo_RPC_Features.pdf
DubboInternals.zip
Framework_Design_Principles.pdf

3、make several extensions like filter,rpc、remoting ,then you will be a contributor。

4、if you want more,see https://github.com/dubbo/dubbo-resources/blob/master/README.md

All 3 comments

@1061235166 http://dubbo.io/books/dubbo-dev-book/design.html 阅读一遍,然后断点跟踪你会有个头绪

1、debugging a rpc process is a good idea。
2、read some materials as follow:
阿里巴巴(B2B)的服务框架探索(钱霄).pdf
High_Performance_Remoting.pdf
Service_Framework_Practices.pdf
Dubbo_Framework_Extensions.pdf
Dubbo_RPC_Features.pdf
DubboInternals.zip
Framework_Design_Principles.pdf

3、make several extensions like filter,rpc、remoting ,then you will be a contributor。

4、if you want more,see https://github.com/dubbo/dubbo-resources/blob/master/README.md

@rabel7 这个设计图一眼看过去太复杂了,容易懵逼。。

Was this page helpful?
0 / 5 - 0 ratings