As an WME engineer i need a service to listen to page create mediawiki event stream (https://stream.wikimedia.org/?doc#/streams/get_v2_stream_mediawiki_page_create) and replicate those events into a kafka topic.
In order to achieve this we should extend the mediawiki eventstream client with a listener to the proper event (https://github.com/protsack-stephan/mediawiki-eventstream-client)
Aceptance Criteria
- Service must expose kafka metrics via prometheus
- Service must extend the existing docker-compose.yaml
- Unit testing
Developer Notes
- This should be another handler in the event-bridge service