Re: [DISCUSS] dubbo-admin or dubbo-ops

2019-02-03 Thread 李 晓杰
admin  +1

获取 Outlook for iOS


发件人: Taosheng, Wei 
发送时间: 星期一, 二月 4, 2019 09:41
收件人: dev; dev
主题: Re: [DISCUSS] dubbo-admin or dubbo-ops

+1 for admin




-- Original --
From: Minxuan Zhuang 
Date: Mon,Feb 4,2019 1:13 AM
To: dev 
Subject: Re: [DISCUSS] dubbo-admin or dubbo-ops



+1 for dubbo admin

On Sat, Feb 2, 2019 at 11:13 PM Huxing Zhang  wrote:

> Hi,
>
> When I am looking to the dubbo-ops project[1], from the README I can
> find lots of words using dubbo ops[2], but in the source file, I found
> lots of word using dubbo admin, for example, dubbo-admin-backend,
> dubbo-admin-frontend, etc. This makes me a little confused. What
> should we call it? dubbo-ops or dubbo-admin?
>
> IMO, we should use consistent name for in the project to avoid confusion.
>
> What do you think?
>
> p.s. If I have to choose I'd choose dubbo admin. :)
>
>
> [1] https://github.com/apache/incubator-dubbo-ops
> [2] https://github.com/apache/incubator-dubbo-ops/blob/develop/README.md
>
> --
> Best Regards!
> Huxing
>


Re: [DISCUSS] dubbo-admin or dubbo-ops

2019-02-03 Thread Taosheng, Wei
+1 for admin 




-- Original --
From: Minxuan Zhuang 
Date: Mon,Feb 4,2019 1:13 AM
To: dev 
Subject: Re: [DISCUSS] dubbo-admin or dubbo-ops



+1 for dubbo admin

On Sat, Feb 2, 2019 at 11:13 PM Huxing Zhang  wrote:

> Hi,
>
> When I am looking to the dubbo-ops project[1], from the README I can
> find lots of words using dubbo ops[2], but in the source file, I found
> lots of word using dubbo admin, for example, dubbo-admin-backend,
> dubbo-admin-frontend, etc. This makes me a little confused. What
> should we call it? dubbo-ops or dubbo-admin?
>
> IMO, we should use consistent name for in the project to avoid confusion.
>
> What do you think?
>
> p.s. If I have to choose I'd choose dubbo admin. :)
>
>
> [1] https://github.com/apache/incubator-dubbo-ops
> [2] https://github.com/apache/incubator-dubbo-ops/blob/develop/README.md
>
> --
> Best Regards??
> Huxing
>

Re: [DISCUSS]: Some thoughts on What Dubbo 3.0 is, we really should start it ASAP

2019-02-03 Thread Kun Song
I guess what Taosheng propose here is a DSL to build REST apis, DSL is good, 
confluent and concise.

> 在 2019年2月3日,下午3:24,jun liu  写道:
> 
> Hi, Taosheng
> 
>> I think we can provide functional api to users for configuring dubbo, 
>> comparable to xml or annotation configuration. Just like spring 5 provide 
>> both controller configuration and functional api for http
> 
> 
> Sounds pretty good, only functional bean registration is a new concept for 
> me, I will spend some time on it. Would you please help to check its possible 
> relation with the builder API in here 
> https://github.com/apache/incubator-dubbo/issues/3431?
> 
> Jun
> 
>> On Feb 3, 2019, at 12:55 AM, Taosheng, Wei  wrote:
>> 
>> I think we can provide functional api to users for configuring dubbo, 
>> comparable to xml or annotation configuration. Just like spring 5 provide 
>> both controller configuration and functional api for http.
> 



Re: [DISCUSS]: Some thoughts on What Dubbo 3.0 is, we really should start it ASAP

2019-02-03 Thread Kun Song
An issue will be fine, maybe we can discuss features on mail list, and add more 
serious conclusions in that issue. What others think?

> 在 2019年2月2日,下午7:10,Imteyaz Khan  写道:
> 
> +1 in the suggestion.
> 
> On Saturday, February 2, 2019, Ian Luo  wrote:
> 
>> I am thinking of firing an issue on Github to collect 3.0 wishlist from the
>> community. What do you say?
>> 
>> -Ian.
>> 
>> 
>> 
>> 
>> On Sat, Feb 2, 2019 at 6:12 AM Kun Song  wrote:
>> 
>>> I especially interested in reactive programming and cloud native support.
>>> 
>>> A reactive Dubbo will be attractive, as the community point out. I even
>>> propose to make Dubbo implements the Reactive Streams specification,
>> which
>>> will integrate back pressure(flow control) and make Dubbo a choice for
>>> stream processing(which is a booming area). Stream processing has many
>>> advantages such as better resource utilization, as far as I know, Java
>>> 9/RxJava/Akka-Streams have already implements Reactive Streams spec, and
>>> have already gained great success.
>>> 
>>> Of course cloud native support is a must, we should do it, and HTTP 2 &
>>> RSocket are also interesting feature to me.
>>> 
>>> When decide what features Dubbo 3 should have, I think we can make each
>>> feature a proposal, which could including motivation/proposed
>>> changes/interfaces/compatibility/deprecation/test plan …, so more
>>> contributors can get involved in it.
>>> 
>>> 
>>> [1] http://www.reactive-streams.org/ 
>>> 
 在 2019年1月28日,下午10:44,Ian Luo >> ian@gmail.com>> 写道:
 
 Agree, we should consider seriously both HTTP/2 and rsocket.
 
 Thanks,
 -Ian.
 
 
 On Thu, Jan 24, 2019 at 10:59 AM Taosheng, Wei <
>> weitaosh...@foxmail.com
>>> >
 wrote:
 
> Lan,
> Yes, I think http2 and some new protocols such as rsocket can be
> considered.
> I will spend some time to study this issue.
> 
> 
> Warm regards,
> Taosheng
> 
> 
> 
> 
> -- Original --
> From: Ian Luo mailto:ian@gmail.com>>
> Date: Thu,Jan 24,2019 9:58 AM
> To: dev mailto:dev@dubbo.apache.org>>
> Subject: Re: [DISCUSS]: Some thoughts on What Dubbo 3.0 is, we really
> should start it ASAP
> 
> 
> 
> Taosheng,
> 
> In this scenario, it looks like we should use http2 to transport the
> payload, what do you think?
> 
> Thanks,
> -Ian.
> 
> On Wed, Jan 23, 2019 at 10:35 PM Taosheng Wei <
>> tswstarpla...@apache.org
>>> >
> wrote:
> 
>> I think we can find a binary protocol with strong potential to be a
> public
>> application protocol like http, and extend it with security function.
>>> Or
> if
>> there aren't such suitable protocols, we can try to formulate a new
>> protocol. Then make Dubbo support it.
>> In my opinion, this way may not only solve the security problems, but
> also
>> solve the cross-language RPC with Dubbo.
>> 
>> zhi_guang_...@163.com  <
>>> zhi_guang_...@163.com > 于2019年1月23日周三
>>> 下午5:47写道:
>> 
>>> I have a similar Question as this mail:
>>> Is Dubbo designed for use on internet?
>>> I have just join a company last year and our business is all around
>>> the
>>> world.
>>> So we have servers on US and ASIA and EU.
>>> In this condition we use dubbo on internet and keep security by
> security
>>> rules that only allow the servers connect to each other.
>>> 
>>> I think this is not a  pretty useage of dubbo,but I cann't find
>> Strong
>>> evidences to change the situation.
>>> 
>>> Can any one help me to answer this questions? Thanks a lot.
>>> 
>>> 
>>> 
>>> --
>>> 您的朋友:刘志广
>>> 
>>> 
>>> *From:* Yuhao Bi mailto:byh0...@gmail.com>>
>>> *Date:* 2019-01-22 22:55
>>> *To:* dev mailto:dev@dubbo.apache.org>>
>>> *Subject:* Re: [DISCUSS]: Some thoughts on What Dubbo 3.0 is, we
>>> really
>>> should start it ASAP
>>> Hi lan and community,
>>> 
>>> Although I have already heard "Dubbo" a few years ago,
>>> but I just started to learn dubbo after the meetup last year in
>>> Chengdu
>>> after it became the Apache Dubbo.
>>> Maybe I'm not such that familiar with the underlying details, but
>>> after
>>> the continuous participated
>>> I feel like a part of the community, and free to share my opinion.
>>> 
>>> So, here is my question and also consider it my suggestion:
>>> Should we care more about Security? How can we prevent from
> unauthorized
>>> remote call?
>>> - Should we support Authentication and Authorization
>>> - Should we add Spring Security or Active Directory Service support
>> at
>> the
>>> 

Re: [ANN] Welcome new committer: Yuhao Bi

2019-02-03 Thread Xianjun Ke
Congratulation!

Kun Song 于2019年2月3日 周日17:21写道:

> Congratulations!
>
> 发自我的 iPhone
>
> > 在 2019年2月3日,下午4:13,华 钟明  写道:
> >
> > Congratulations.
> >
> > Best Regards!
> > Zhongming Hua
> >
> >
> > 在 2019/2/3 下午2:30,“jun liu” 写入:
> >
> >Congratulations!
> >
> >Jun
> >
> >> On Feb 3, 2019, at 9:35 AM, Huxing Zhang  wrote:
> >>
> >> Hi Community,
> >>
> >> On behalf of the Dubbo PPMC, I am pleased to announce that Yuhao Bi,
> >> a.k.a. biyuhao[1], has been voted in as a new Dubbo committer.
> >>
> >> Please join me to say congratulations to him!
> >>
> >> Yuhao, would you please briefly introduce yourself to the community?
> >>
> >> [1] https://github.com/biyuhao
> >>
> >> --
> >> Best Regards!
> >> Huxing
> >
> >
>


Re: [ANN] Welcome new committer: Yuhao Bi

2019-02-03 Thread Kun Song
Congratulations!

发自我的 iPhone

> 在 2019年2月3日,下午4:13,华 钟明  写道:
> 
> Congratulations.
> 
> Best Regards!
> Zhongming Hua
> 
> 
> 在 2019/2/3 下午2:30,“jun liu” 写入:
> 
>Congratulations!
> 
>Jun
> 
>> On Feb 3, 2019, at 9:35 AM, Huxing Zhang  wrote:
>> 
>> Hi Community,
>> 
>> On behalf of the Dubbo PPMC, I am pleased to announce that Yuhao Bi,
>> a.k.a. biyuhao[1], has been voted in as a new Dubbo committer.
>> 
>> Please join me to say congratulations to him!
>> 
>> Yuhao, would you please briefly introduce yourself to the community?
>> 
>> [1] https://github.com/biyuhao
>> 
>> -- 
>> Best Regards!
>> Huxing
> 
> 


Re: [ANN] Welcome new committer: Yuhao Bi

2019-02-03 Thread 华 钟明
Congratulations.

Best Regards!
Zhongming Hua
 

在 2019/2/3 下午2:30,“jun liu” 写入:

Congratulations!

Jun

> On Feb 3, 2019, at 9:35 AM, Huxing Zhang  wrote:
> 
> Hi Community,
> 
> On behalf of the Dubbo PPMC, I am pleased to announce that Yuhao Bi,
> a.k.a. biyuhao[1], has been voted in as a new Dubbo committer.
> 
> Please join me to say congratulations to him!
> 
> Yuhao, would you please briefly introduce yourself to the community?
> 
> [1] https://github.com/biyuhao
> 
> -- 
> Best Regards!
> Huxing