oslo.messaging/oslo_messaging/tests
Mehdi Abaakouk a76a51a78c kafka: Remove Producer singleton
This producer singleton works only if one transport use kafka.

If multiple transports with kafka are used, their overrides each other
the producer on each send.

This change creates only one producer per connection.

A later optimisation can be one producer per driver instance.

Change-Id: I429f7c5efcb41690dd1b17f856bda2425c788e53
2017-01-02 11:46:48 +01:00
..
drivers kafka: Remove Producer singleton 2017-01-02 11:46:48 +01:00
functional Moving driver to new kafka-python version 2017-01-02 11:46:48 +01:00
notify Replace mox with mock 2016-12-16 11:24:13 +01:00
rpc Replace mox with mock 2016-12-16 11:24:13 +01:00
__init__.py Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
test_config_opts_proxy.py Change assertTrue(isinstance()) by optimal assert 2016-10-20 23:18:28 +08:00
test_exception_serialization.py Properly deserializes built-in exceptions 2016-10-05 16:57:55 -07:00
test_expected_exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_fixture.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
test_opts.py Moving driver to new kafka-python version 2017-01-02 11:46:48 +01:00
test_serializer.py Fix parameters of assertEqual are misplaced 2016-07-21 10:32:59 +08:00
test_target.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_transport.py Replace mox with mock 2016-12-16 11:24:13 +01:00
test_urls.py Add warning when credential is not specified for each host 2016-08-14 00:03:05 +08:00
test_utils.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
utils.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00