Re: [protobuf] [Roadmap] - Is custom-option in the roadmap?

2020-10-12 Thread 'Adam Cozzette' via Protocol Buffers
We have no plans to deprecate or remove custom options, so you can count on them to stick around. For that matter we are also continuing to maintain proto2 and plan to keep doing so for the foreseeable future. On Fri, Oct 9, 2020 at 6:45 AM Artusi wrote: > Hi all, > > I am planning to use

[protobuf] Re: Protoc not recognized command

2020-10-12 Thread Matt Maloney
It looks like protoc needs to be added to your path environment variable. On Thursday, October 1, 2020 at 7:17:14 AM UTC-4 saaban...@gmail.com wrote: > Hello every one, > > I am trying to compile .proto file using python, > steps i followed > 1.installed python, > 2. installed protobuff >

[protobuf] Regarding Mocking gRPC in c++ based Client Server Module

2020-10-12 Thread rohit nv
Hello All Can anyone share some useful links and contents related to mocking gRPC code for Unit testing a Server Streaming gRPC communication. I have mocked the gRPC proto files using the enable generate_mock_cod flag. Regards, Rohit -- You received this message because you are subscribed to

[protobuf] C++ Compilation issues propagating from google::protobuf::internal

2020-10-12 Thread Matt Maloney
Hi all, I have been having difficulties trying to compile my project, when integrating protobuf. [image: Capture.PNG] I am using cmake to compile a project that uses the protobuf libraries. I am including protobuf_INCLUDE_DIR in my target include and libprotobuf and libprotobuf in my target