summaryrefslogtreecommitdiff
path: root/oslo_messaging/_drivers/impl_kafka.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for kafka SSL autenticationMichal Arbet2020-01-161-1/+10
* Do not use threading.EventJohn Eckersberg2019-12-181-1/+1
* Merge "Support kafka message compression"10.0.0Zuul2019-08-051-0/+2
|\
| * Support kafka message compressionzhang-shaoman2019-06-201-0/+2
* | Add the "transport_options" parameter to the amqp1 and kafka drivers.Kenneth Giusti2019-06-201-1/+1
|/
* Kafka driver deployment guideAndy Smith2019-01-231-1/+1
* Switch driver to confluent-kafka client libraryAndy Smith2018-12-041-107/+138
* Don't use monotonic with Python >=3.3Andy Smith2018-12-031-2/+2
* Remove default_{host,port} deprecated optionsSteve Kowalik2018-09-051-8/+1
* [rabbitmq] Implement active call monitoringDan Smith2018-05-091-1/+5
* Merge "Add heartbeat() method to RpcIncomingMessage"Zuul2018-05-011-0/+3
|\
| * Add heartbeat() method to RpcIncomingMessageDan Smith2018-04-241-0/+3
* | Add kafka for python 3 functional testAndrew Smith2018-04-171-1/+1
|/
* Add kafka config options for security (ssl/sasl)Andrew Smith2018-02-131-14/+37
* Add support for synchronous commitAndrew Smith2018-01-181-4/+8
* Add kafka driver vhost emulation5.35.0Andrew Smith2017-12-271-73/+86
* Update kafka functional testAndrew Smith2017-12-161-1/+2
* Add kafka_driver directoryAndrew Smith2017-06-131-1/+1
* drivers: use common.ConfigOptsProxy everywhereMehdi Abaakouk2017-02-271-1/+1
* Fix type of the kafka_consumer_timeout optionPierre Riteau2017-02-131-1/+1
* kafka: ensure topics are createdMehdi Abaakouk2017-01-261-0/+5
* kafka: fix python3 exceptionMehdi Abaakouk2017-01-261-1/+1
* kafka: remove no really implemented featureMehdi Abaakouk2017-01-021-24/+4
* kafka: return to poller when timeout is reachMehdi Abaakouk2017-01-021-11/+20
* kafka: Don't hide unpack/unserialize exceptionMehdi Abaakouk2017-01-021-27/+24
* kafka: timeout is in millisecondsMehdi Abaakouk2017-01-021-1/+1
* kafka: disable batch for functional testsMehdi Abaakouk2017-01-021-7/+1
* kafka: Remove Producer singletonMehdi Abaakouk2017-01-021-53/+31
* Moving driver to new kafka-python versionIlya Tyaptin2017-01-021-120/+163
* [kafka] invoke TypeError exception when 'listen()' method of KafkaDriverHiroyasu.OHYAMA2016-08-291-1/+1
* Introduce TTL for idle connectionsKirill Bespalov2016-07-221-1/+12
* Merge "kafka: Deprecates host, port options"Jenkins2016-05-241-0/+4
|\
| * kafka: Deprecates host, port optionsMehdi Abaakouk2016-05-201-0/+4
* | Merge "Remove logging from serialize_remote_exception"Jenkins2016-05-201-1/+1
|\ \ | |/ |/|
| * Remove logging from serialize_remote_exceptionGevorg Davoian2016-05-191-1/+1
* | Merge "[kafka] Add several bootstrap servers support"Jenkins2016-05-191-14/+11
|\ \ | |/ |/|
| * [kafka] Add several bootstrap servers supportIldar Svetlov2016-05-191-14/+11
* | Refactor base interfacesDmitriy Ukhlov2016-04-201-4/+3
|/
* Merge "[kafka] Do not remove kafka_client during reset"Jenkins2016-04-101-6/+3
|\
| * [kafka] Do not remove kafka_client during resetIlya Tyaptin2016-04-051-6/+3
* | Refactor driver's listener interfaceDmitriy Ukhlov2016-04-051-3/+6
|/
* Merge "Use only unique topics for the Kafka driver"Jenkins2016-03-211-2/+2
|\
| * Use only unique topics for the Kafka driverIlya Tyaptin2016-03-211-2/+2
* | [Kafka] Ensure a topics before consume messagesIlya Tyaptin2016-03-211-0/+3
* | Merge "Revert "Ensure the json result type is bytes on Python 3""Jenkins2016-03-111-1/+1
|\ \
| * | Revert "Ensure the json result type is bytes on Python 3"Victor Stinner2016-03-111-1/+1
* | | Merge "Ensure the json result type is bytes on Python 3"Jenkins2016-03-111-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Ensure the json result type is bytes on Python 3Javeme2016-02-241-1/+1
* | [kafka] Use notification priorityOleksii Zamiatin2016-02-261-4/+6
* | Use PortOpt on kafka_default_portEric Brown2016-02-241-2/+2
|/