Top "Protocol-buffers" questions

Protocol Buffers is a language-neutral and platform-neutral way of encoding structured data in an efficient yet extensible format.

What are the alternatives to ZeroMQ for moving protocol buffer payloads around?

At the moment I have a solution that uses ZeroMQ to exchange protocol buffer payloads. The protocol buffer method of …

java c++ rpc protocol-buffers zeromq
Google protobuf and large binary blobs

I'm building a software to remotely control radio hardware which is attached to another PC. I plan to use ZeroMQ …

protocol-buffers rpc
golang protobuf remove omitempty tag from generated json tags

I am using google grpc with a json proxy. for some reason i need to remove the omitempty tags from …

go grpc protocol-buffers proto3
How to add global exception interceptor in gRPC server?

In gRPC , how to add a global exception interceptor that intercepts any RuntimeException and propagate meaningful information to the client ? …

java protocol-buffers grpc grpc-java
Is there a definitive *nix command line tool for inspecting protocol buffers?

I'm looking for a command-line utility that will, at a minimum, render binary protobuf data in human-readable form. Filtering and …

unix command-line-interface protocol-buffers
Netty + ProtoBuffer: A few communication messages for one connection

While reading the Netty tutorial, I've found a simple description of how to integrate Netty and Google Protocol Buffers. I've …

java static protocol-buffers netty
What does the ProtoInclude attribute mean (in protobuf-net)

In the ProtoBuf-Net implementation, what does the ProtoInclude attribute mean, and what does it do? An example would be appreciated. …

c# .net protocol-buffers protobuf-net
How to build protocol buffer by Android NDK

I want to built a native version of Google's protocol buffers library. How would I do that?

android-ndk protocol-buffers porting
Protocol buffer3 and json

Protocol buffer v3 claims, that library is json friendly (https://developers.google.com/protocol-buffers/docs/proto3#json), but I cannot …

c++ json protocol-buffers proto3
Is there any way to access Protocol Buffers with python 3.x?

We use Python 3.x in our projects. But the official client of Protocol Buffers only supports python 2.x. I don't …

python python-3.x protocol-buffers