On Wed, Dec 21, 2016 at 2:30 PM, <ccl...@dieselpoint.com> wrote:

> In our app we need to accept a (large) Grpc message, extract a field, and
> then based on the value of that field forward the message on to another
> server.
>
> I'm trying to avoid the overhead of completely deserializing the message
> before passing it on.
>
> One way to do this in a microservices environment would be to send the
> field as a separate query or header parameter, but Grpc doesn't support
> them.
>
> Another way would be to extract just the field of interest from the
> payload, but Protobuf doesn't support partial or selective deserialization.
>
> How else can I do this?
>

In what programming language(s) are you working with gRPC?
-Nathaniel

-- 
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 post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAEOYnAQh%3D-b3EyVY-Pa_USF3%2BNKkQTHHtVMcaYgNeSVrVEzsMg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to