This repository was archived by the owner on Dec 9, 2024. It is now read-only.
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Event persistance #369
Open
Description
I'm creating this issue to have one place where we can track efforts related to events persistance.
EG doesn't persist events, it's just a router but there are definitely use cases where we would like to persist events in some persistent store (DB, S3 Kafka) to be able to analyze them or event replay.
Persisting events is right now doable with creating plugin that will listen to gateway.event.received
and send them somewhere. There is lack of examples and tutorials though.
TODO:
- provide examples
- ...
cc @alexdebrie