You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
Very nice initiative ! I'll have a look at how to integrate into gRPC and use it in Pulsar-gRPC
Since parseFrom does zero-copy, I understand that the Bytebuf passed as argument must not be released as long as the deserialized object may be used. So the name of the operation should probably reflect that? For instance, the classic protobuf lib uses the name unsafeWrap (in UnsafeByteOperations). WDYT ?
The text was updated successfully, but these errors were encountered:
Very nice initiative ! I'll have a look at how to integrate into gRPC and use it in Pulsar-gRPC
Since
parseFrom
does zero-copy, I understand that theBytebuf
passed as argument must not be released as long as the deserialized object may be used. So the name of the operation should probably reflect that? For instance, the classic protobuf lib uses the nameunsafeWrap
(in UnsafeByteOperations). WDYT ?The text was updated successfully, but these errors were encountered: