Skip to content

implement replay mode + factorize kafka seek offset from timing information

Marco Meyer requested to merge dev-replay-mode into main

We had a technical break in our local cluster in Japan. The low-latency replication stopped for few days. This update aims to retrieve the missing files automatically within retention time range.

I have implemented a replay mode, seeking for the closest timestamp based on the requested replay time. A second option is used to limit the duration of the replay based on the filename GPS time.

NB: I am not sure why pipeline is failing. Looking at the logs it looks like some package missing ?

Edited by Marco Meyer

Merge request reports