Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-19 Thread Li Ma
Hi Yatin, Thanks for sharing your presentation. That looks great. Welcome to contribute to ZeroMQ driver. Cheers, Li Ma On 2014/11/19 12:50, yatin kumbhare wrote: Hello Folks, Couple of slides/diagrams, I documented it for my understanding way back for havana release. Particularly slide no

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread yatin kumbhare
Hello Folks, Couple of slides/diagrams, I documented it for my understanding way back for havana release. Particularly slide no. 10 onward. https://docs.google.com/presentation/d/1ZPWKXN7dzXs9bX3Ref9fPDiia912zsHCHNMh_VSMhJs/edit#slide=id.p I am also committed to using zeromq as it's light-weight

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Li Ma
On 2014/11/19 1:49, Eric Windisch wrote: I think for this cycle we really do need to focus on consolidating and testing the existing driver design and fixing up the biggest deficiency (1) before we consider moving forward with lots of new +1 1) Outbound messaging connection r

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Eric Windisch
> > I think for this cycle we really do need to focus on consolidating and > testing the existing driver design and fixing up the biggest > deficiency (1) before we consider moving forward with lots of new +1 > 1) Outbound messaging connection re-use - right now every outbound > messaging creat

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Flavio Percoco
On 18/11/14 16:33 +0800, Li Ma wrote: On 2014/11/17 22:26, Russell Bryant wrote: On 11/17/2014 05:44 AM, Ilya Pekelny wrote: Hi, all! We want to discuss opportunity of implementation of the p-2-p messaging model in oslo.messaging for ZeroMQ driver. On a related note, have you looked into AMQP

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Ilya On 18/11/14 02:45, Ilya Pekelny wrote: > Thank you, Eric, for your descriptions! > > I'm very new to rpc and oslo.messaging. So I can be wrong in the > idea of how it all designed and I can be wrong in a particular > formulations. But I'm h

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Ilya Pekelny
Thank you, Li Ma! Yes, sure I'm going to provide more detailed mail with a solid propositions list. I need to do some knowledge updates before I provide it. On Tue, Nov 18, 2014 at 10:40 AM, Li Ma wrote: > On 2014/11/17 18:44, Ilya Pekelny wrote: > > Hi, all! > > We want to discuss opportunit

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Ilya Pekelny
Thank you, Eric, for your descriptions! I'm very new to rpc and oslo.messaging. So I can be wrong in the idea of how it all designed and I can be wrong in a particular formulations. But I'm highly motivated in improvement of the rpc/oslo.messaging knowledge. I'm going to clarify all your descripti

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Li Ma
On 2014/11/17 18:44, Ilya Pekelny wrote: Hi, all! We want to discuss opportunity of implementation of the p-2-p messaging model in oslo.messaging for ZeroMQ driver. Actual architecture uses uncharacteristic single broker architecture model. In this way we are ignoring the key 0MQ ideas. Lets

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Li Ma
On 2014/11/17 22:26, Russell Bryant wrote: On 11/17/2014 05:44 AM, Ilya Pekelny wrote: Hi, all! We want to discuss opportunity of implementation of the p-2-p messaging model in oslo.messaging for ZeroMQ driver. On a related note, have you looked into AMQP 1.0 at all? I have been hopeful about

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-18 Thread Li Ma
On 2014/11/17 23:03, Eric Windisch wrote: On Mon, Nov 17, 2014 at 5:44 AM, Ilya Pekelny > wrote: We want to discuss opportunity of implementation of the p-2-p messaging model in oslo.messaging for ZeroMQ driver. Actual architecture uses uncharacterist

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-17 Thread Eric Windisch
On Mon, Nov 17, 2014 at 5:44 AM, Ilya Pekelny wrote: > We want to discuss opportunity of implementation of the p-2-p messaging > model in oslo.messaging for ZeroMQ driver. Actual architecture > uses uncharacteristic single broker architecture model. In this way we are > ignoring the key 0MQ ideas

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-17 Thread Denis Makogon
On Mon, Nov 17, 2014 at 4:26 PM, Russell Bryant wrote: > On 11/17/2014 05:44 AM, Ilya Pekelny wrote: > > Hi, all! > > > > We want to discuss opportunity of implementation of the p-2-p messaging > > model in oslo.messaging for ZeroMQ driver. > > On a related note, have you looked into AMQP 1.0 at

Re: [openstack-dev] Zero MQ remove central broker. Architecture change.

2014-11-17 Thread Russell Bryant
On 11/17/2014 05:44 AM, Ilya Pekelny wrote: > Hi, all! > > We want to discuss opportunity of implementation of the p-2-p messaging > model in oslo.messaging for ZeroMQ driver. On a related note, have you looked into AMQP 1.0 at all? I have been hopeful about the development to support it because