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/2ac00499-7bd6-4013-97cf-16c9591990a8n%40googlegroups.com.