Last modified by Erik Bakker on 2024/09/03 08:22

From version 5.1
edited by Erik Bakker
on 2022/06/13 10:16
Change comment: There is no comment for this version
To version 3.1
edited by Erik Bakker
on 2022/06/13 10:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,8 +12,8 @@
12 12  
13 13  Retention configuration in Event Streaming helps to delete data from a topic once that data (messages) reaches one of the retention thresholds. The main retention parameters that can be influenced in Event Streaming topis are:
14 14  
15 -* Retention bytes -> once the topic reaches this size the oldest messages will be deleted from the topic (FIFO approach)
16 -* Retention hours -> once a message on a topic is older than these retention bytes, this message will be deleted
15 +1. Retention bytes * once the topic reaches this size the oldest messages will be deleted from the topic (FIFO approach)
16 +2. Retention hours * once a message on a topic is older than these retention bytes, this message will be deleted
17 17  
18 18  The cleanup policy is set to <delete> which effectively means the message is deleted. The cleanup policy <compact> is not used in eMagiz.
19 19