After the package metadata design is updated, it should be possible to retrieve the filename based on archive_id and log_event_idx. This would allow us to reconsider whether to send the file path from the output handler in FileOutputHandler::write().
Currently, FileOutputHandler::write() uses an empty string placeholder for the original file path. Once the metadata design changes are complete, we should evaluate whether to:
- Include the original file path in the output by retrieving it from the archive metadata
- Continue using the placeholder if retrieval can be done downstream based on
archive_id and log_event_idx
Context:
After the package metadata design is updated, it should be possible to retrieve the filename based on
archive_idandlog_event_idx. This would allow us to reconsider whether to send the file path from the output handler inFileOutputHandler::write().Currently,
FileOutputHandler::write()uses an empty string placeholder for the original file path. Once the metadata design changes are complete, we should evaluate whether to:archive_idandlog_event_idxContext: