generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We'd like to compress our minidumps. Currently to do so we have to flush and then re-read the minidump file from disk in on_minidump_created
before compressing the whole thing and re-writing the file.
Ideally there'd be a way to add an adapter or make the server handler generic over something that implements Write
. Then we could provide a zstd::stream::write::Encoder
and do the compression inline.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request