Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread 郑泽超
+1 accept. It is a good news for pythoner~

Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread Mercy Ma
+1 Accept On Tue, Sep 24, 2019 at 10:53 AM Ian Luo wrote: > Hi All, > > This is a formal vote to bring RitterHou/python-dubbo[1], which is donated > by Qianmi, to Apache Dubbo project. > > Please vote: > > [ ] +1 Accept > [ ] +0 No Opinion > [ ] -1 Reject because... > > > [1] https://github.com/

Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread Derobukal
Hi Yuhao Bi https://github.com/apache/dubbo-python call dubbo service by JSONRpc protocal, this means the provider should support JSONRpc. However, https://github.com/RitterHou/python-dubbo call dubbo service by dubbo original protocol, this client can call original dubbo service. By the way, htt

Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread Yuhao Bi
Hi there, I have noticed we already have dubbo-python[1] So what's the difference between these two projects and how we gonna maintain them? [1]. https://github.com/apache/dubbo-python Xin Wang 于2019年9月24日周二 下午12:08写道: > +1 accept > > > Minxuan Zhuang 于2019年9月24日周二 上午10:57写道: > > > +1 accept

Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread Xin Wang
+1 accept Minxuan Zhuang 于2019年9月24日周二 上午10:57写道: > +1 accept > > On Tue, Sep 24, 2019 at 10:55 AM yuhang xiu wrote: > > > +1 accept > > Dubbo's ecology continues to expand. :) > > > > Ian Luo 于2019年9月24日周二 上午10:53写道: > > > > > Hi All, > > > > > > This is a formal vote to bring RitterHou/pyth

Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread Minxuan Zhuang
+1 accept On Tue, Sep 24, 2019 at 10:55 AM yuhang xiu wrote: > +1 accept > Dubbo's ecology continues to expand. :) > > Ian Luo 于2019年9月24日周二 上午10:53写道: > > > Hi All, > > > > This is a formal vote to bring RitterHou/python-dubbo[1], which is > donated > > by Qianmi, to Apache Dubbo project. > >

Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread yuhang xiu
+1 accept Dubbo's ecology continues to expand. :) Ian Luo 于2019年9月24日周二 上午10:53写道: > Hi All, > > This is a formal vote to bring RitterHou/python-dubbo[1], which is donated > by Qianmi, to Apache Dubbo project. > > Please vote: > > [ ] +1 Accept > [ ] +0 No Opinion > [ ] -1 Reject because... > >

[VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread Ian Luo
Hi All, This is a formal vote to bring RitterHou/python-dubbo[1], which is donated by Qianmi, to Apache Dubbo project. Please vote: [ ] +1 Accept [ ] +0 No Opinion [ ] -1 Reject because... [1] https://github.com/RitterHou/python-dubbo

Re: Gracefully unexporting/passivating the exported services

2019-09-23 Thread Jason Joo
Hi Tien You can refer to QOS feature of DUBBO. QoS's Parameters: http://dubbo.apache.org/en-us/docs/user/references/qos.html Usage: https://dubbo.apache.org/en-us/blog/introduction-to-dubbo-qos.html

Gracefully unexporting/passivating the exported services

2019-09-23 Thread Tien Dat PHAN
Dear experts, We are using Dubbo for exporting our services to outside clients. During the execution, we may have to switch some nodes into maintenance mode (for maintenance purposes of course), which means those nodes are not serving requests until they are switched back to normal mode. Our qu