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/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: [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.
> >
> > Please vote:
> >
> > [ ] +1 Accept
> > [ ] +0 No Opinion
> > [ ] -1 Reject because...
> >
> >
> > [1] https://github.com/RitterHou/python-dubbo
> >
>


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...
>
>
> [1] https://github.com/RitterHou/python-dubbo
>


[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 



best regards,

Jason

> On Sep 23, 2019, at 16:50, Tien Dat PHAN  wrote:
> 
> 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 question is: what is the recommended procedure to gracefully put an 
> exported service into maintenance mode, without causing a perturbation on the 
> client side, which may still maintain an open connection with the exported 
> service?
> 
> Best regards
> Tien Dat PHAN