Comment 2 for bug 1555007

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (master)

Reviewed: https://review.openstack.org/287094
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=cc1cb3032177ec80d84cff409c71ce3204122f53
Submitter: Jenkins
Branch: master

commit cc1cb3032177ec80d84cff409c71ce3204122f53
Author: Oleksii Zamiatin <email address hidden>
Date: Wed Mar 2 12:41:52 2016 +0200

    [zmq] Reduce number of connections

    In this change 'use_router_proxy' option was added
    to switch between direct connections and proxy.

    Proxy was reimplemented and splitted onto two
    types of proxies:

        * PUBLISHER proxy for fanout pattern
        * ROUTER proxy for direct messaging

    Each type of proxy is configured over command line
    argument --type.

    Deployment guide was updated accordingly to the change.

    Change-Id: If36e9c26e2a8ebe622cfa7e9f2a07b1a69aabe34
    Closes-Bug: #1555007