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).
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).