From 57775689a549665d419f4d77dcd0ff677fc68b7e Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Thu, 5 Dec 2024 20:36:10 +0100 Subject: [PATCH] fix: remove trailing spaces --- docs/how-tos/using-the-event-bus.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-tos/using-the-event-bus.rst b/docs/how-tos/using-the-event-bus.rst index 45098c33..17a9256d 100644 --- a/docs/how-tos/using-the-event-bus.rst +++ b/docs/how-tos/using-the-event-bus.rst @@ -19,7 +19,7 @@ First, you need to install the Open edX Event Bus plugin in both the producing a pip install edx-event-bus-redis -.. note:: There are currently two community-supported concrete implementations of the Open edX Events Bus, Redis (`event-bus-redis`_) and Kafka (`event-bus-kafka`_). Redis is the default plugin for the Open edX Event Bus, but you can also use Kafka depending on your requirements. If none of these implementations meet your needs, you can implement your own plugin by following the :doc:`../how-tos/add-new-event-bus-concrete-implementation` documentation. +.. note:: There are currently two community-supported concrete implementations of the Open edX Events Bus, Redis (`event-bus-redis`_) and Kafka (`event-bus-kafka`_). Redis is the default plugin for the Open edX Event Bus, but you can also use Kafka depending on your requirements. If none of these implementations meet your needs, you can implement your own plugin by following the :doc:`../how-tos/add-new-event-bus-concrete-implementation` documentation. Step 2: Configure the Event Bus ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~