-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: add support for consuming events from event bus in discovery #95
Enhancement: add support for consuming events from event bus in discovery #95
Conversation
Faraz32123
commented
Jan 8, 2025
- add support to consume events from event bus in discovery. Explanation can be viewed here: https://github.com/openedx/event-bus-redis/blob/main/docs/tutor_installation.rst
- close Systems libraries missing for event bus use? #94
- add support to consume events from event bus in discovery. Explanation can be viewed here: https://github.com/openedx/event-bus-redis/blob/main/docs/tutor_installation.rst - close overhangio#94
changelog.d/20250108_184343_faraz.maqsood_add_support_for_consuming_events_from_event_bus.md
Outdated
Show resolved
Hide resolved
changelog.d/20250108_184343_faraz.maqsood_add_support_for_consuming_events_from_event_bus.md
Outdated
Show resolved
Hide resolved
9459e26
to
df9043c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
README.rst
Outdated
@@ -201,6 +201,16 @@ This entry may be present if you named your server with the LMS hostname. | |||
|
|||
.. _DigitalOcean: https://digitalocean.com/ | |||
|
|||
|
|||
Use event-bus through tutor-discovery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Using event-bus with tutor-discovery
README.rst
Outdated
Use event-bus through tutor-discovery | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Event bus can be run through discovery. To consume events from event bus in discovery, follow these `instructions`_ provided by `event-bus-redis`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can mention that tutor-discovery does not start event bus consumption by default but supports running it. And if someone wants to, they can do so by following the doc/link.
662aa61
to
bab86d2
Compare