You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by gi...@git.apache.org on 2017/08/26 05:18:35 UTC

[GitHub] sijie opened a new issue #473: Bump protobuf to proto3

sijie opened a new issue #473: Bump protobuf to proto3
URL: https://github.com/apache/bookkeeper/issues/473
 
 
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   Bump the protobuf version to proto3, in order to leverage [UnsafeByteOperation](https://github.com/google/protobuf/blob/master/java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java#L96) and [ByteOutput](https://github.com/google/protobuf/blob/master/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java#L219) to avoid memory copying using v3 protocol.
   
   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?
   
   *must-have*
   
   3. Provide any additional detail on your proposed use case for this feature.
   
   This change is just to bump the protobuf version. There are a few subsequent changes on leveraging the features in proto3.
   
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services