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