Nadder~ proto2 and proto3 messages can safely co-exist in the same process. It is better not to think of them as "versions" and more as "dialects".
Matt On Thu, Sep 28, 2023 at 11:14 AM Nadder Makhlouf <[email protected]> wrote: > I'm doing some porting to a new platform and I want to explore building my > latest libraries with newer protobuf version. Hoowever, there can still be > some applications using old proto2 versions. > > Will there be any problem to communicate with the applications using > protobuf versions 2.x from an application using newer protobuf version 3.x? > > -- > 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/aaaaf284-6247-4009-acf2-4d574c1f1fb1n%40googlegroups.com > <https://groups.google.com/d/msgid/protobuf/aaaaf284-6247-4009-acf2-4d574c1f1fb1n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAMiELU0cTZjMz3CRvo9eTEhhSviCFR2kRqqnbtVHXBMYpx%3DhMA%40mail.gmail.com.
