Question regarding proto modifications between chained services

23 views
Skip to first unread message

Asaf Ben Aharon

unread,
Oct 13, 2021, 4:31:46 PM10/13/21
to Protocol Buffers
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!
Reply all
Reply to author
Forward
0 new messages