Hello people, I have two services that are exchanging protobuf messages (not over gRPC), one is written in Ruby and uses v3.6 while the other one is written in Go v3.15.
Recently I've come across a change that requires an update in the Ruby service, as it needs to support the new timestamp format. Unfortunately this will not be possible for a while. So my question is: given that these two services are using different protobuf versions and different languages, is there any chance that I might introduce a compatibility issue? Or anything related? Regards, Luigi -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/f6be32d7-7f65-45fd-8574-add61e12c8abn%40googlegroups.com.
