intelmq
intelmq copied to clipboard
get rid of base64 encoding for raw
- [ ] could there be any problems with redis?
- [ ] do other messaging queues support binary data too?
- [ ] check if there are any problems when removing it in production?
- [ ] how much size do we save when we remove it?
Would it make sense to keep raw as b64 gzipped? It is probably batter than totally removing as of now. Mainly large sized raw is seen from collector to parser.
Would it make sense to keep raw as b64 gzipped?
Why base64 if we then gzip anyway?
It is probably batter than totally removing as of now.
Why?