Ivan Bessonov created IGNITE-26039: -------------------------------------- Summary: Add internal batching to OutboundEncoder Key: IGNITE-26039 URL: https://issues.apache.org/jira/browse/IGNITE-26039 Project: Ignite Issue Type: Improvement Reporter: Ivan Bessonov Assignee: Ivan Bessonov
* Every new message results in its own chunk. * Each chunk acquires a 16Kb buffer. * This is not optimal, we should be able to write multiple messages into a single buffer if we already have multiple messages in the queue. -- This message was sent by Atlassian Jira (v8.20.10#820010)