Re: [protobuf] Generate Protobuf message definitions from (Java) source

2020-07-24 Thread 'Adam Cozzette' via Protocol Buffers
I haven't heard of anything like this, though I guess it's possible that it exists out there. The thing that seems complicated to me is that the field numbers are very important and as you evolve your proto schema you have to be careful not to reuse the same field number for a different field

[protobuf] Generate Protobuf message definitions from (Java) source

2020-07-23 Thread Jawaid Hakim
Hi, Our platform inter-operates between .NET (frontend) and Java (backend), communication channel is pub/sub (JMS), and serialization is done using a reflection based framework. The allows the frontend and backend development teams to just 'drop' domain specific objects into message containers