From 66e760b0e48d4f47044284335eccb4ccc9ef3257 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Thu, 5 Dec 2024 20:44:55 +0100 Subject: [PATCH] docs: link doc about adding event bus support to an event --- docs/how-tos/using-the-event-bus.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/how-tos/using-the-event-bus.rst b/docs/how-tos/using-the-event-bus.rst index 17a9256d..69d79c15 100644 --- a/docs/how-tos/using-the-event-bus.rst +++ b/docs/how-tos/using-the-event-bus.rst @@ -1,6 +1,8 @@ Using the Open edX Event Bus ============================ +.. note:: Be sure to check out how to make your Open edX Event event bus compatible in the :doc:`../how-tos/adding-event-bus-support-to-an-event` guide. + After creating a new Open edX Event, you might need to send it across services instead of just within the same process. For this kind of use-cases, you might want to use the Open edX Event Bus. Here :doc:`../concepts/event-bus`, you can find useful information to start getting familiar with the Open edX Event Bus. The Open edX Event Bus is a key component of the Open edX architecture, enabling services to communicate without direct dependencies on each other. This guide provides an overview of how to use the event bus to broadcast Open edX Events to multiple services, allowing them to react to changes or actions in the system.