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 was 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 ?