Skip to content

Commit

Permalink
docs: link doc about adding event bus support to an event
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Dec 5, 2024
1 parent 6759fe7 commit 66e760b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/how-tos/using-the-event-bus.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 66e760b

Please sign in to comment.