Zero Copy
RSocket was copying the metadata and data fields when return them to the call. This lets you use a FrameDecoder so you can get the ByteBuf and return zero copies. In the TCP ping/pong test increases performances ~38% and lowers tail latency ~100 ms.