Re: Meet Dubbo

2018-09-04 Thread Junlan Shuai
Hi, Nice article, I am a student from HUST and I am researching source code of Dubbo recently, I also want to contribute to this project but I can't find a good way to do it before reading this article. Thanks for your sincere sharing. Jerrick Zhu 于2018年9月5日周三 下午2:42写道: > On Wed, Sep 5, 2018 at

Re: Meet Dubbo

2018-09-04 Thread Zonghai Shang
Great problem handling, learning. yiji Jerrick Zhu 于2018年9月5日周三 下午2:42写道: > On Wed, Sep 5, 2018 at 2:40 PM yuhang xiu wrote: > > > Hi, > > Ok, I will submit it to dubbo-website after adjustment.I will adjust the > > content of the article according to the latest version of dubbo, so that > > m

Re: Meet Dubbo

2018-09-04 Thread Jerrick Zhu
On Wed, Sep 5, 2018 at 2:40 PM yuhang xiu wrote: > Hi, > Ok, I will submit it to dubbo-website after adjustment.I will adjust the > content of the article according to the latest version of dubbo, so that > more people can understand. > Cool. > > Thx. > > > Jerrick Zhu 于2018年9月5日周三 下午2:35写道: >

Re: [Discuss]Prepare for the next release v2.6.4

2018-09-04 Thread Jerrick Zhu
I've listed all the big changes of 2.6.x since the release of 2.6.3, check this issue: https://github.com/apache/incubator-dubbo/issues/2305 Also, there has many issues related to 2.6.4 in the milestone 19, I suggest the community take some time to check them, some of them need to be fixed in 2.6.

Re: Meet Dubbo

2018-09-04 Thread yuhang xiu
Hi, Ok, I will submit it to dubbo-website after adjustment.I will adjust the content of the article according to the latest version of dubbo, so that more people can understand. Thx. Jerrick Zhu 于2018年9月5日周三 下午2:35写道: > Great work, a good practice of 'The Apache Way'. > > @yuhang I see you've

Re: Meet Dubbo

2018-09-04 Thread Jerrick Zhu
Great work, a good practice of 'The Apache Way'. @yuhang I see you've written couples of articles about Dubbo source analysis. Could u post them on the website? They're useful, and need to be exposed. On Wed, Sep 5, 2018 at 2:22 PM yuhang xiu wrote: > Ok, I will do it soon. > Thx! > > Huxing Zh

Re: Meet Dubbo

2018-09-04 Thread yuhang xiu
Ok, I will do it soon. Thx! Huxing Zhang 于2018年9月5日周三 下午12:29写道: > On Wed, Sep 5, 2018 at 10:43 AM yuhang xiu wrote: > > > > Hi, > > Thank you for reminding me, I will contact the maintenance staff to try > to > > put the article on the dubbo website. :) > > Just send a pull request to > https:

Re: Dubbo demo should be removed

2018-09-04 Thread Zonghai Shang
Hi, Huxing Zhang > > Sometimes I find the demo code very useful when you are working as a developer on Dubbo. > You can simply start the demo to do some local testing in IDE. Import the example project (submodule) in idea, this is relatively simple. > > In fact I think remaining an official demo

Re: Meet Dubbo

2018-09-04 Thread Ian Luo
Nice article :) On Wed, Sep 5, 2018 at 12:29 PM Huxing Zhang wrote: > On Wed, Sep 5, 2018 at 10:43 AM yuhang xiu wrote: > > > > Hi, > > Thank you for reminding me, I will contact the maintenance staff to try > to > > put the article on the dubbo website. :) > > Just send a pull request to > htt

Re: [Enhancement] Replace Random with ThreadLocalRandom

2018-09-04 Thread yuhang xiu
Hi, Good job! There is a similar pr here (using the netty version, copy code): https://github.com/apache/incubator-dubbo/pull/2439 I saw that you submitted a test example about performance. I think it is more recommended to use the jdk version if the gap is not large, so I closed the duplicate on

Re: Meet Dubbo

2018-09-04 Thread Huxing Zhang
On Wed, Sep 5, 2018 at 10:43 AM yuhang xiu wrote: > > Hi, > Thank you for reminding me, I will contact the maintenance staff to try to > put the article on the dubbo website. :) Just send a pull request to https://github.com/apache/incubator-dubbo-website > > Kun Song 于2018年9月4日周二 下午9:56写道: > >

[Enhancement] Replace Random with ThreadLocalRandom

2018-09-04 Thread ??????
Hi community, i changed the random implementation for dubbo, you can see as below. Details This issue links to this pull request (https://github.com/apache/incubator-dubbo/pull/2433) A little change, replace Random with ThreadLocalRandom in LeastActiveLoadBalance and RandomLoadBalance. Use o

Re: Meet Dubbo

2018-09-04 Thread yuhang xiu
Hi, Thank you for reminding me, I will contact the maintenance staff to try to put the article on the dubbo website. :) Kun Song 于2018年9月4日周二 下午9:56写道: > I think you can post it on the Dubbo website, and I like this article :) > > > 在 2018年9月4日,下午9:36,yuhang xiu 写道: > > > > Hi community, > > >

Re: Meet Dubbo

2018-09-04 Thread yuhang xiu
Thx for u ! I am very sorry that only the English version of the article. I will continue to cultivate awareness of apache way :) Huxing Zhang 于2018年9月5日周三 上午7:55写道: > I like it !!! Especially the comparison between old way and Apache way. > > I think for most of the developers in China, it is a

Re: Dubbo demo should be removed

2018-09-04 Thread Huxing Zhang
Hi, On Tue, Sep 4, 2018 at 9:49 PM Zonghai Shang wrote: > > Hello Dubbo Community, > > I think it's time to delete the demo module.Because all the examples are > maintained here : https://github.com/dubbo/dubbo-samples Sometimes I find the demo code very useful when you are working as a develope

Re: Meet Dubbo

2018-09-04 Thread Huxing Zhang
I like it !!! Especially the comparison between old way and Apache way. I think for most of the developers in China, it is a challenge for them to work with the Apache way, as described in the article. Hopefully this article could help people getting engaged to the community. On Tue, Sep 4, 2018

Re: Meet Dubbo

2018-09-04 Thread Justin Mclean
Hi, Nice article and I like the story you tell in going from user to contributor to committer and how developing open source code using the Apache Way involves the community. (I read it via google translate.) Thanks, Justin

Re: Meet Dubbo

2018-09-04 Thread Kun Song
I think you can post it on the Dubbo website, and I like this article :) > 在 2018年9月4日,下午9:36,yuhang xiu 写道: > > Hi community, > > I recently wrote an article[1] about my growing up from Dubbo beginners to > a Dubbo Committer. > > The goal is to give some guidance to those who wish to particip

Dubbo demo should be removed

2018-09-04 Thread Zonghai Shang
Hello Dubbo Community, I think it's time to delete the demo module.Because all the examples are maintained here : https://github.com/dubbo/dubbo-samples yiji Best Regards

Meet Dubbo

2018-09-04 Thread yuhang xiu
Hi community, I recently wrote an article[1] about my growing up from Dubbo beginners to a Dubbo Committer. The goal is to give some guidance to those who wish to participate in Dubbo. At the same time, I also took the opportunity to promote Dubbo and let more people deeply participate in Dubbo.