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: [email protected] With regards, Apache Git Services
