-
Hello! I know that vector sinks can compress the data before sending it out. Is there any way that sources or remaps can decompress data before they send it to the next stage? In my case, I have GZIP compressed data available via UDP which I would like to process via Vector. Unfortunately, I have no option of removing compression. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @arch-xtof ! Unfortunately I think your best option currently would be to use Lua to do the decompression. We will likely add functions to do this via |
Beta Was this translation helpful? Give feedback.
Hey @arch-xtof !
Unfortunately I think your best option currently would be to use Lua to do the decompression. We will likely add functions to do this via
remap
though. E.g. zlib. Would you want to open a similar issue for gzip?