diff --git a/releasenotes/notes/event_persistor-1b0b4563cc219915.yaml b/releasenotes/notes/event_persistor-1b0b4563cc219915.yaml index 72ea24167..f976cd7d0 100644 --- a/releasenotes/notes/event_persistor-1b0b4563cc219915.yaml +++ b/releasenotes/notes/event_persistor-1b0b4563cc219915.yaml @@ -1,5 +1,5 @@ --- features: - - Added an Event Presistor service that listens to the RabbitMQ2 (on a + - Added an Event Persistor 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.