This repository was archived by the owner on Jun 20, 2024. It is now read-only.
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
data compression #204
Open
Description
Maybe Weave could support data compression for traffic. Encapsulation packets could include a compression field where we could specify an optional compression algorithm for payload. The standard compress/lzw algorithm could be used, or maybe something like lz4... A feature like this could be specially helpful for containers running text-based services like Memcache, Redis, etc...