Open edX universal plugin for event bus configuration debugging.
Incoming public signals introspection.
Nothing special.
Supports the following services:
- Platform
- LMS
- CMS
- Credentials
Once installed the plugin will be available in the admin interface. See: .EVENT BUS CONDUCTOR section in the very top of admin site.
Create Debug configuration record, add wanted event types (see openedx-events) and activate it:
{
"event_types": [
"edx.course.enrollment.activated",
"edx.course.enrollment.deactivated"
]
}
When Debug configuration is active, the plugin will log all incoming public signals as Debug Event records.
Each debug event then renders its internals:
- event bus message uuid
- event type
- payload
- metadata