oslo.messaging/oslo_messaging/_drivers
Kenneth Giusti c35fb276ce Mark the Pika driver as deprecated
The Pika driver was intended to be a more stable and performant
replacement for the default rabbit driver.  However due to lack of
both maintainers and compelling evidence that pika is superior to the
existing rabbit driver in either performance or stability it has been
deprecated for removal.

See:
http://lists.openstack.org/pipermail/openstack-dev/2017-May/116679.html

Change-Id: I98e0123edd3248be665325833283689fc3a897f7
2017-05-30 13:21:23 -04:00
..
amqp1_driver Merge "[AMQP 1.0] if RPC call is configured as presettled ignore acks" 2017-05-17 05:02:52 +00:00
pika_driver drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
zmq_driver [zmq] Prevent access to rpc_response_timeout 2017-03-23 13:47:33 -04:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
amqpdriver.py rabbit: restore synchronous ack/requeue 2017-05-21 11:42:41 +02:00
base.py Document the transport backend driver interface 2016-11-22 08:11:22 -05:00
common.py Validate the transport url query string 2017-02-27 13:10:31 +01:00
impl_amqp1.py [AMQP 1.0] if RPC call is configured as presettled ignore acks 2017-04-07 13:23:55 -04:00
impl_fake.py Remove logging from serialize_remote_exception 2016-05-19 15:18:28 +03:00
impl_kafka.py drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
impl_pika.py Mark the Pika driver as deprecated 2017-05-30 13:21:23 -04:00
impl_rabbit.py remove all kombu<4.0.0 workarounds 2017-03-30 12:32:58 +00:00
impl_zmq.py drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
kafka_options.py Validate the transport url query string 2017-02-27 13:10:31 +01:00
pool.py Introduce TTL for idle connections 2016-07-22 13:03:04 +03:00