oslo.messaging/oslo_messaging/_drivers
Takashi Kajinami b0e28a1603 kafka: Fix invalid hostaddr format for IPv6 address
When IPv6 address is used for host, the hostaddr should be formatted
in [<address>]:<port> format instead of <address>:<port> format. This
ensures the correct format is used.

Closes-Bug: 1907702
Change-Id: I6f4a453a69e942d5b2d66ffeca6960b85c8bc721
2024-02-20 19:09:56 +09:00
..
amqp1_driver amqp1: fix race when reconnecting 2021-11-09 15:59:54 -05:00
kafka_driver Add support for kafka SSL autentication 2020-01-16 23:26:53 +01:00
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
amqp.py Adding support for rabbitmq quorum queues 2022-02-05 07:12:49 +00:00
amqpdriver.py Add QManager to amqp driver 2023-11-12 00:08:20 +01:00
base.py add min of 1 to rpc_conn_pool_size 2020-10-13 12:44:30 +01:00
common.py [rabbit] use retry parameters during notification sending 2022-01-12 12:22:55 +01:00
impl_amqp1.py Deprecate the amqp1 driver and Remove qpid functional tests 2022-10-18 11:27:46 +02:00
impl_fake.py Fix clearing of the fake RPC Exchange 2023-11-15 12:26:47 +01:00
impl_kafka.py kafka: Fix invalid hostaddr format for IPv6 address 2024-02-20 19:09:56 +09:00
impl_rabbit.py Add an option to use rabbitmq stream for fanout queues 2024-01-15 09:23:36 +01:00
pool.py [rabbit] use retry parameters during notification sending 2022-01-12 12:22:55 +01:00