From 6ad1505754bc1618fc7efad7d712fce7ff36b16d Mon Sep 17 00:00:00 2001 From: Ifat Afek Date: Wed, 17 Jan 2018 16:03:24 +0000 Subject: [PATCH] Fixed a typo in the release notes Change-Id: Iba072b14f19a152a9a9b47b452ce47da65f1a38e --- releasenotes/notes/event_persistor-1b0b4563cc219915.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.