Re: [protobuf] Protobuf and Schema Registry

2017-05-28 Thread 'Michal Borowiecki' via Protocol Buffers
Hi Adam, I think the use cases are a bit broader. If I'm not mistaken Avro's approach of having access to the original schema that was used to serialize the message allows you more flexibility in schema evolution, doing things that would break compatibility in protobuf. e.g. changing a field's

[protobuf] Problem with protobuf class

2013-08-28 Thread michal naz
When i try this: #define PROTOBUF_USE_DLLS #include #include #include #include "profiles.pb.h" using namespace std; using namespace profiles; int main() { profiles::Profile aaa; //fstream in("a1.inp", ios::in | ios::binary); //aaa->ParseFromIstream(&in); return 0; } I have l

Re: Protobuf "Lite"

2009-07-14 Thread Michal
ot; > > to all of you. > > >  I've read the previous posts about size of the protobuf binary and > > I've seen the information that "lite" version is under development. Do > > you have any idea on it's release date (even rough estimate)? > >