Description
The Netty API passes along a UTF8 String and not a byte array. We end up re-encoding the string on the way out resulting in extra bytes in the payload.
For now we'll decide the UTF8 String and stick the bytes in the payload.
There's a JIRA open on Netty to update the API here: