Re: [protobuf] Compatibility error on adding sub message type in existing proto file

2023-02-04 Thread Robert Yokota
sage doesn’t mean compatibility is lost. > > Sent from my iPhone > > On 04-Dec-2022, at 9:41 AM, Robert Yokota wrote: > >  > Hi, > > I believe this is coming from the Confluent compatibility checker. (I > work for Confluent.) > > A forward compatibility ch

Re: [protobuf] Compatibility error on adding sub message type in existing proto file

2022-12-04 Thread Robert Yokota
Hi, I believe this is coming from the Confluent compatibility checker. (I work for Confluent.) A forward compatibility check is just a backward compatibility check with the arguments reversed. Since removing a message is not backward compatible, adding a message is not forward compatible. Hope

Re: [protobuf] Need descriptor for in memory proto schema

2022-08-08 Thread Robert Yokota
Vikas, If you are using Confluent Schema Registry, there is a way to do this by using the Confluent libraries, namely `ProtobufSchema.toDescriptor()`. But it's best that you ask this question in the Confluent Community slack forum or at https://forum.confluent.io/. Robert On Monday, 8 Augu