<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 15, 2013 at 4:28 PM, Russell Bryant <span dir="ltr"><<a href="mailto:rbryant@redhat.com" target="_blank">rbryant@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 07/15/2013 02:36 PM, Doug Hellmann wrote:<br>
> The namespace relates to the API implementation inside the receiver. The<br>
> way it currently works is the receiver subscribes to messages on a<br>
> topic/exchange pair to have AMQP route messages to it, and then it looks<br>
> inside the message for further dispatch to an object that knows about<br>
> that API. That lets the nova API implementation be split up among<br>
> different objects, for example. I'm not sure why it evolved that way,<br>
> instead of using separate topics and having the messaging layer do all<br>
> of the routing. Maybe we should take another look at that part of the<br>
> new API design.<br>
<br>
</div>In retrospect, yes, a separate topic would have worked.  The namespace<br>
was very convenient for the current nova implementation, but that<br>
doesn't mean it was the best design.  The code that sets up which topics<br>
to consume from is very generic and applies to *all* services.  So,<br>
instead of reworking this to let it be different per-service, I did the<br>
namespace thing, which worked without having to change any other nova code.<br></blockquote><div><br></div><div>That's a completely understandable pragmatic solution. :-)</div><div><br></div><div>Doug</div><div> </div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Russell Bryant<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div></div>