diff --git a/releasenotes/notes/event_persistor-1b0b4563cc219915.yaml b/releasenotes/notes/event_persistor-1b0b4563cc219915.yaml new file mode 100644 index 000000000..72ea24167 --- /dev/null +++ b/releasenotes/notes/event_persistor-1b0b4563cc219915.yaml @@ -0,0 +1,5 @@ +--- +features: + - Added an Event Presistor service that listens to the RabbitMQ2 (on a + different topic) and asynchronously writes the events to a relational + database. All events are stored after the filter/enrich phase.