TalkingData / owl

Distributed monitoring system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time series queue support persistent storage

wuyingsong opened this issue · comments

In current situation,when the repeater receivers the time series data sent by the owl client,it will be stored in go channel。if repeater process crashes at this time,it will lost all time series data。therefore,we want to use a persistent queue to ensure that data is not lost.