Skip to content

Commit

Permalink
docs: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cristhian Garcia  <[email protected]>
  • Loading branch information
mariajgrimaldi and Ian2012 authored Nov 18, 2024
1 parent 131fd11 commit 2c6c2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/real-life-use-cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Use Cases

The following list of real-life use cases showcases the different ways Open edX Events can be used to facilitate communication between IDAs and application components, allowing them to interact, synchronize, and perform additional actions when specific triggers occur.

Communication between IDAs
Cross-services communication
**************************

The suggested strategy for communicating IDAs efficiently in the Open edX ecosystem is through an event-based architecture implemented via the Event Bus. This functionality used for asynchronous communication between services is built on top of sending Open edX Events (Open edX-specific Django signals) within a service. The Event Bus extends these signals, allowing them to be broadcast and handled across multiple services. For more details on the Event Bus, please see `How to Start Using the Event Bus`_.
Expand Down

0 comments on commit 2c6c2ea

Please sign in to comment.