When Revision Create event happens, I want to respond to it by triggering article update event so downstream services can respond to that change accordingly.
Model:
| Protsack.stephan | |
| Aug 4 2021, 12:34 PM |
| F34586050: WME Architecture - Revision Create Handler (2).jpg | |
| Aug 6 2021, 10:36 AM |
| F34577732: WME Architecture - Revision Create Handler (1).jpg | |
| Aug 4 2021, 12:34 PM |
When Revision Create event happens, I want to respond to it by triggering article update event so downstream services can respond to that change accordingly.
Model:
Client for connecting with event streams: https://github.com/protsack-stephan/mediawiki-eventstream-client
Streams itself: https://stream.wikimedia.org/v2/ui/#/?streams=mediawiki.revision-create
According to the event bridge scheme https://miro.com/app/board/o9J_l4MM70I=/?moveToWidget=3074457362033933326&cot=14
the "aws.event-bridge.article-update.v1" event is created after revision_create and revision_score streams
and after revision_create the event messages shouldn't have the "scores" section in the scheme instead of after the revision_score but now there are the same schemas in both cases.