You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/24 01:55:57 UTC

[GitHub] [pulsar] sijie opened a new issue #4788: Improve schema implementation to deal with ByteBuf

sijie opened a new issue #4788: Improve schema implementation to deal with ByteBuf
URL: https://github.com/apache/pulsar/issues/4788
 
 
   **Is your feature request related to a problem? Please describe.**
   
   Currently all the schema implementations deal with `byte[]` only. It introduces a lot of object allocations and produces garbages, which is not friendly to Java language. 
   
   We should improve the schema interface to handle `ByteBuf` or `ByteBuffer`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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