Hello, 
I have a chain of 3 services (A => B => C) and a simple proto message (M).
A and C hold the latest version of M while B holds an old version one 
(let's say that B has no field 'foo' in M's schema while A and B have it).
B receives an instance of M, enriches it, and passes it to C.

Is there a way to preserve the values of 'foo' while B modifies this 
message, so C will have both 'foo' value and the enrichments?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/0ecfbbc1-d287-4695-9a27-ebe5bc820312n%40googlegroups.com.

Reply via email to