Mamlesh
10/12/2022, 9:19 AMNavina
10/12/2022, 9:31 AMretentionTimeValue
indicates the retention time of the segment data. Retention is managed by a periodic task in the controller that will check and delete expired segments.
realtime.segment.flush.threshold.time
is used to control the size of a segment during the realtime ingestion. basically, a time-based criteria to decide when a segment should be flushed to disk so that newer data is written to a new segment file.Navina
10/12/2022, 9:31 AM