OpenStack library for messaging
204dfa7d84
is called The interface of BaseDriver which is a super-class of each underlying transport driver has been changed. But the interface of kafka driver doens't follow up this change. So if a user chose it as a transport driver, an exception of TypeError would be occurred. This change corrects the interface in kafka's driver along with the BaseDriver's one. Change-Id: Iedd069b7f083e2cbf377f4148411f77ad758f979 Closes-Bug: #1616755 |
||
---|---|---|
doc/source | ||
etc | ||
oslo_messaging | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup-test-env-qpid.sh | ||
setup-test-env-zmq-proxy.sh | ||
setup-test-env-zmq-pub-sub.sh | ||
setup-test-env-zmq.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging