Comment 19 for bug 1917645

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (stable/xena)

Reviewed: https://review.opendev.org/c/openstack/oslo.messaging/+/824513
Committed: https://opendev.org/openstack/oslo.messaging/commit/3b5a0543e97619ca8f8cf98193f6b6375d77cbf2
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 3b5a0543e97619ca8f8cf98193f6b6375d77cbf2
Author: Balazs Gibizer <email address hidden>
Date: Tue Nov 23 16:58:05 2021 +0100

    [rabbit] use retry parameters during notification sending

    The rabbit backend now applies the [oslo_messaging_notifications]retry,
    [oslo_messaging_rabbit]rabbit_retry_interval, rabbit_retry_backoff and
    rabbit_interval_max configuration parameters when tries to establish the
    connection to the message bus during notification sending.

    This patch also clarifies the differences between the behavior
    of the kafka and the rabbit drivers in this regard.

    Closes-Bug: #1917645
    Change-Id: Id4ccafc95314c86ae918336e42cca64a6acd4d94
    (cherry picked from commit 7b3968d9b012e873a9b393fcefa578c46fca18c6)