Re: [protobuf] Corrupted file carried by protobuff

2018-02-08 Thread hce h
Hi Adam, I built from the git source, but that did not work. After several hours debugging, I found the problem but not quite sure the which library causes the problem: I sent two protobuf messages consecutively in server side within the same thread, it uses boost::asio::streambuf and

Re: [protobuf] Generating a api descriptor proto in bazel for a grpc service

2018-02-08 Thread Marquis Taliaferro
This is my observation as well. I assumed it was the proto team as at least a collaborator in designing the rules but will ask the team. After looking at the source code my conclusion was that not enough was exposed to the yet to do this without just calling the compiler directly but figured I

Re: [protobuf] Generating a api descriptor proto in bazel for a grpc service

2018-02-08 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Feb 7, 2018 at 7:14 PM, Marquis Taliaferro < marquis.taliafe...@gmail.com> wrote: > Is there a way to generating a api descriptor proto in bazel for a grpc > service. I dont mind writing my own rule but i would prefer not to just > use a genrule for this. What im trying to do is

Re: [protobuf] Is Any safe to use for java in proto3?

2018-02-08 Thread 'Feng Xiao' via Protocol Buffers
On Thu, Feb 8, 2018 at 12:42 PM, Mark Hoffman wrote: > Hi, > > I have a little concern using the 'Any' type in java due to this message > in the docs: > > *Currently the runtime libraries for working with Any types are under > development*. > > Does anyone know what the status

[protobuf] Is Any safe to use for java in proto3?

2018-02-08 Thread Mark Hoffman
Hi, I have a little concern using the 'Any' type in java due to this message in the docs: *Currently the runtime libraries for working with Any types are under development*. Does anyone know what the status is for production use? -- You received this message because you are subscribed to