eolivelli opened a new issue #347: Provide a zero-copy write protocol (replace Google ProtoBuf ?) URL: https://github.com/apache/bookkeeper/issues/347 **FEATURE REQUEST** 1. Please describe the feature you are requesting. In the V3 protocol we use Google Protobuf, which is great for portability but it forces to perform copies of the payloads of the messages. The V2 protocol is more direct and requires no copy, but it is all hardcoded in Java/Bookeeper code and it is difficult to maitain. We would like to have a good IDL-supported tool for writing the wire protocol with the ability to leverage power of Netty 4 ByteBuf or at least NIO ByteBuffers 2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? should-have ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services