sysflow-telemetry / sysflow

SysFlow documentation and issues tracker
Other
45 stars 10 forks source link

Implement journaling mechanism when exporting data in the SysFlow Processor #52

Closed araujof closed 2 years ago

araujof commented 3 years ago

Implement a journaling mechanism to buffer exported records when the connection to backend storage is unavailable. Need to support configurable buffer sizes (number of records, size, etc.), reattempt timeouts, and optional failover (backup to disk/alternative storage).