This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Description
The message payload is a very small fraction of the overall message.
Here's an example of an ACK:

It is not as bad, but still somewhat bad, for lengthier messages such as TXN_APPLIED. Note that we could theoretically Huffman encode the keys or whatever and significantly shrink the message size, which brings us back to the ACK case:

To fix this, we should examine batching messages, or maintaining a channel to send small messages over.