Updated ZeroMQ implementation 27/2227/5
authorTony Tkacik <ttkacik@cisco.com>
Mon, 28 Oct 2013 18:30:40 +0000 (19:30 +0100)
committerEd Warnicke <eaw@cisco.com>
Wed, 6 Nov 2013 20:12:14 +0000 (14:12 -0600)
ZeroMQ implementation listens for rpc service implementations
on one controller node and when new implementation is registered
on controller it announces it via message bus.

The receivers of announcement registers itself as the implementation
of the same service in that node, and delegates actual processing
via message bus to originating controller instance.

This allows for deployment where one controller has a bundle
which provides service A, and other which has bundle which
only consumes service A to cooperate.

Change-Id: If5a2220e05858693db6297a7592893a09021e97d
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>

No differences found