Amelchev Nikita created IGNITE-7024:
---------------------------------------
Summary: Introduce some kind of network compression
Key: IGNITE-7024
URL:
https://issues.apache.org/jira/browse/IGNITE-7024 Project: Ignite
Issue Type: New Feature
Reporter: Amelchev Nikita
Assignee: Amelchev Nikita
Introduce some kind of pluggable compression at network level
The main idea is using in-line compression and writes encoded bytes in
network channel by bytes array buffer. It allows us avoiding expensive
memory allocation.
A solution may be implemented at TcpCommunicationSpi level.
For example, introduce Compressor interface which will allow us to describe our compression strategy, for example, exclude some small messages, choose compression algorithm and other…
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)