You don't have to use the proto generated stubs.   You can make your own 
serializer / deserializer and persist the data.  You can even delegate to 
the next serializer and reuse the proto ones, if you want.   (this is for 
Java)

On Monday, June 24, 2019 at 7:18:50 AM UTC-7, Elhanan Maayan wrote:
>
> hi..
>
> is there a way for a streaming call in grpc to accept it's binary array 
> prior to it being turned into protobuff? 
>
> i'm aware that protobuff itself has this ability, but getting the byte 
> array , turning it into an object and then turning it back to byte array 
> seems redundant. 
>
> the reason is that i'd like to create a "recording file " of the incoming 
> traffic (to be played back later).
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/4d64a907-1311-4d5d-b540-aa94256b4174%40googlegroups.com.

Reply via email to