Re: [protobuf] new protoc keywords?

2017-04-26 Thread Josh Humphries
I think the right approach to something like this would be to use the existing service definition support and write a protoc plugin that does the code gen. To layer on extra things -- for concepts/features that OSGI supports but that can't be modeled just with proto service definitions -- you

[protobuf] new protoc keywords?

2017-04-26 Thread Scott Lewis
I've been happily using protocol buffers to implement Java <-> Python interaction using OSGi Remote Services [1,2]. Remote Services is a spec that extends OSGi services to out-of-process access. A nice thing about the Remote Services spec is that it is transport-independent...allowing

[protobuf] Re: Error in repeated_field.h

2017-04-26 Thread su kumar
Hi arborges, I am getting the same error which you mentioned. is this solved? Could you please let me know if it is solved. Thanks in Advance, On Friday, 30 July 2010 17:59:25 UTC+5:30, arborges wrote: > > Hi, I'm writing a system using protocol buffers, and > there is the following error