From 2690b5e398f881012457e42c18b39c69384b8572 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 6 Feb 2024 10:43:17 +0100 Subject: [PATCH] 7.0.0a: use RabbitMQ quorum queues (#1213) Signed-off-by: Christian Berendt --- doc/source/notes/7.0.0a.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/notes/7.0.0a.rst b/doc/source/notes/7.0.0a.rst index 119443cc..99b8dd60 100644 --- a/doc/source/notes/7.0.0a.rst +++ b/doc/source/notes/7.0.0a.rst @@ -28,6 +28,14 @@ Housekeeping Upgrade notes ============= +* The use of RabbitMQ quorum queues is now possible and recommended. The parameter + ``om_enable_rabbitmq_quorum_queues`` is added to ``environments/kolla/configuration.yml`` + for this purpose. + + .. code-block:: yaml + + om_enable_rabbitmq_quorum_queues: yes + * The use of ProxySQL for MariaDB is now possible and it is recommended to switch to it as part of the upgrade. The parameter ``enable_proxysql`` is added to ``environments/kolla/configuration.yml`` for this purpose.