[protobuf] using proto3 for receiving proto2 messages ("group", C#)

2016-05-20 Thread Scobe S.
Hi, Given a .proto file used with proto2 to generate code to send messages, is it feasible to use proto3 on the same .proto file to receive messages--assuming I alter the .proto file to be proto3 compatible? In particular, if I fix the following (which currently are errors I get when

[protobuf] beta-3: missing pom for protobuf-parent in maven central?

2016-05-20 Thread Marius Posta
Hello, First of all, thanks for making protobuf-java version 3.0.0-beta-3 available on the Maven Central repo. Unfortunately, it seems that something's missing, specifically, protobuf-parent which is declared as the parent in the protobuf-java pom file. Building my project with beta-3 fails

Re: [protobuf] protobuf-dt required password from eclipse marketplace

2016-05-20 Thread cathaline meloen
Great, thanks a lot, it is now working for me again! Kind regards, Cathaline On 11 May 2016 at 14:21, wrote: > > Me and a collegue have encountered this exact problem too, looking forward > to the fix! > On Tuesday, 10 May 2016 00:35:36 UTC+2, Adam Cozzette wrote: >>

[protobuf] Can i use Protocol Buffers and zeroMQ to be able to replace CORBA in a distributed Application

2016-05-20 Thread Jeffrey Getzin
I don't see why not, but what type of data will you be transferring? Some data will transfer more efficiently than others. For example,I suspect that sending messages with a single large BLOB would not be as efficient as sending many text fields. Jeff -- You received this message