Module reliability

Module reliability 

Source
Expand description

Reliability layer: buffering, retry logic, and batching.

Re-exports§

pub use batch::BatchProcessor;
pub use buffer::FileBuffer;
pub use retry::RetryHandler;

Modules§

batch
Batch processing for efficient event transmission.
buffer
File-based event buffer for offline reliability.
retry
Retry logic with exponential backoff and jitter.