AFAIK there is no way for that. You may have a way by 
using SerializationTraits that handles (de)serialization but it's not 
recommended since it's not designed for that purpose.

On Saturday, May 1, 2021 at 2:44:49 PM UTC-7 abo...@gmail.com wrote:

> Hi,
>  I have a C++ based gRPC based bidirectional async streaming service. For 
> failure recovery, we would like to store the incoming data to stable 
> storage at the server. While implementing the service is easier with the 
> already deserialized message, taking such a snapshot requires serializing 
> the message again before writing to disk. 
>
>  Is there a way to get the bytestream that was then parsed by the protobuf 
> parser to generate the message received by the callback ? 
>
> Thanks
> Aniruddha
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/04594ee2-f378-43c5-8693-6254dfac6cedn%40googlegroups.com.

Reply via email to