Re: [protobuf] Protobuf and Schema Registry

2017-05-28 Thread 'Michal Borowiecki' via Protocol Buffers
buffers most of the time, though. I'm not very familiar with Avro but from > reading about it today it appears that when you parse a message you need to > have more-or-less the exact schema that was used to serialize it. In that > case I can see why you might want to have a versioned schema

Re: [protobuf] Protobuf and Schema Registry

2016-11-18 Thread 'Adam Cozzette' via Protocol Buffers
that case I can see why you might want to have a versioned schema registry. But with Protobuf it's generally not a problem at all if your schema is older or newer than that of the peer you're communicating with or the data you're reading from disk. The worst that can happen is that you come acr

[protobuf] Protobuf and Schema Registry

2016-11-18 Thread Ryan Morton
m conducting an investigation into the use of Protobuf for my organization and have a need to perform schema discovery. I've seen a number of articles related to Confluent Schema Registry with Avro. What are folks using for Protobuf? -- You received this message because you are subscribed to